mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
js empty
This commit is contained in:
parent
83182245d6
commit
c837c2ed15
@ -933,7 +933,7 @@ export function initRossMods() {
|
||||
if (!$(e.target).closest('#sheld').length) {
|
||||
return;
|
||||
}
|
||||
if ($('#curEditTextarea')) {
|
||||
if ($('#curEditTextarea').length) {
|
||||
// Don't swipe while in text edit mode
|
||||
// the ios selection gestures get picked up
|
||||
// as swipe gestures
|
||||
@ -957,7 +957,7 @@ export function initRossMods() {
|
||||
if (!$(e.target).closest('#sheld').length) {
|
||||
return;
|
||||
}
|
||||
if ($('#curEditTextarea')) {
|
||||
if ($('#curEditTextarea').length) {
|
||||
// Don't swipe while in text edit mode
|
||||
// the ios selection gestures get picked up
|
||||
// as swipe gestures
|
||||
|
Loading…
Reference in New Issue
Block a user