Style update
This commit is contained in:
parent
c365101ec2
commit
d2644c0776
@ -156,10 +156,7 @@ class Frontend {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onTouchStart(e) {
|
onTouchStart(e) {
|
||||||
if (
|
if (this.primaryTouchIdentifier !== null || e.changedTouches.length === 0) {
|
||||||
this.primaryTouchIdentifier !== null ||
|
|
||||||
e.changedTouches.length === 0
|
|
||||||
) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -175,7 +172,9 @@ class Frontend {
|
|||||||
|
|
||||||
this.primaryTouchIdentifier = primaryTouch.identifier;
|
this.primaryTouchIdentifier = primaryTouch.identifier;
|
||||||
|
|
||||||
if (this.pendingLookup) { return; }
|
if (this.pendingLookup) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const textSourceCurrentPrevious = this.textSourceCurrent !== null ? this.textSourceCurrent.clone() : null;
|
const textSourceCurrentPrevious = this.textSourceCurrent !== null ? this.textSourceCurrent.clone() : null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user