This commit is contained in:
QuantumEntangledAndy 2024-10-17 09:10:27 +07:00
parent 83182245d6
commit c837c2ed15
No known key found for this signature in database
GPG Key ID: 3EB4B66F30C609B6
1 changed files with 2 additions and 2 deletions

View File

@ -933,7 +933,7 @@ export function initRossMods() {
if (!$(e.target).closest('#sheld').length) { if (!$(e.target).closest('#sheld').length) {
return; return;
} }
if ($('#curEditTextarea')) { if ($('#curEditTextarea').length) {
// Don't swipe while in text edit mode // Don't swipe while in text edit mode
// the ios selection gestures get picked up // the ios selection gestures get picked up
// as swipe gestures // as swipe gestures
@ -957,7 +957,7 @@ export function initRossMods() {
if (!$(e.target).closest('#sheld').length) { if (!$(e.target).closest('#sheld').length) {
return; return;
} }
if ($('#curEditTextarea')) { if ($('#curEditTextarea').length) {
// Don't swipe while in text edit mode // Don't swipe while in text edit mode
// the ios selection gestures get picked up // the ios selection gestures get picked up
// as swipe gestures // as swipe gestures