js empty
This commit is contained in:
parent
83182245d6
commit
c837c2ed15
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue