mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Fix #1109
This commit is contained in:
@@ -741,7 +741,7 @@ Blockly.Gesture.prototype.isBlockClick_ = function() {
|
||||
Blockly.Gesture.prototype.isFieldClick_ = function() {
|
||||
var fieldEditable = this.startField_ ?
|
||||
this.startField_.isCurrentlyEditable() : false;
|
||||
return fieldEditable && !this.hasExceededDragRadius_;
|
||||
return fieldEditable && !this.hasExceededDragRadius_ && !this.flyout_;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user