This commit is contained in:
Jack 2020-08-09 15:40:35 +01:00
parent 0a9bfc4ed8
commit 69f1c8c838

View file

@ -2913,7 +2913,7 @@ function hideCustomTextPopup() {
}
}
$("#customTextPopupWrapper").click((e) => {
$("#customTextPopupWrapper").mousedown((e) => {
if ($(e.target).attr("id") === "customTextPopupWrapper") {
hideCustomTextPopup();
}