mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
fixed #261
This commit is contained in:
parent
0a9bfc4ed8
commit
69f1c8c838
1 changed files with 1 additions and 1 deletions
|
@ -2913,7 +2913,7 @@ function hideCustomTextPopup() {
|
|||
}
|
||||
}
|
||||
|
||||
$("#customTextPopupWrapper").click((e) => {
|
||||
$("#customTextPopupWrapper").mousedown((e) => {
|
||||
if ($(e.target).attr("id") === "customTextPopupWrapper") {
|
||||
hideCustomTextPopup();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue