This commit is contained in:
ebolam
2022-09-16 13:58:49 -04:00
parent d96dd5ede2
commit eabd418439
2 changed files with 2 additions and 1 deletions

View File

@@ -2146,6 +2146,7 @@ function select_game_text(event) {
for (item of document.getElementsByClassName("editing")) {
item.classList.remove("editing");
}
window.getSelection().removeAllRanges()
}
}
}