Make domains LTR
This commit is contained in:
parent
8d44d9b4d4
commit
461487a85f
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ const { instance, errors } = Astro.props;
|
|||
const element = document.createElement("span");
|
||||
element.classList.add("link");
|
||||
element.textContent = host;
|
||||
element.dir = "ltr";
|
||||
element.addEventListener("click", () => {
|
||||
instanceElement.value = host;
|
||||
});
|
||||
|
|
Reference in a new issue