mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
fix: clear touch identifier on comment text area pointerdown (#9172)
This commit is contained in:
@@ -176,6 +176,7 @@ export class TextInputBubble extends Bubble {
|
||||
// Don't let the pointerdown event get to the workspace.
|
||||
browserEvents.conditionalBind(textArea, 'pointerdown', this, (e: Event) => {
|
||||
e.stopPropagation();
|
||||
touch.clearTouchIdentifier();
|
||||
});
|
||||
|
||||
browserEvents.conditionalBind(textArea, 'change', this, this.onTextChange);
|
||||
|
||||
Reference in New Issue
Block a user