mirror of
https://github.com/google/blockly.git
synced 2026-03-17 02:30:12 +01:00
Revert commenting out preventDefault calls
This commit is contained in:
@@ -581,7 +581,7 @@ Blockly.BlockSvg.prototype.onMouseDown_ = function(e) {
|
||||
}
|
||||
// This event has been handled. No need to bubble up to the document.
|
||||
e.stopPropagation();
|
||||
//e.preventDefault();
|
||||
e.preventDefault();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -742,7 +742,7 @@ Blockly.WorkspaceSvg.prototype.onMouseDown_ = function(e) {
|
||||
}
|
||||
// This event has been handled. No need to bubble up to the document.
|
||||
e.stopPropagation();
|
||||
//e.preventDefault();
|
||||
e.preventDefault();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user