mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Pointer Event fixes ensuring they replace all mouse events, and fix comment focusing issue.
This commit is contained in:
@@ -402,7 +402,7 @@ Blockly.WorkspaceSvg.prototype.createDom = function(opt_backgroundClass) {
|
||||
|
||||
if (!this.isFlyout) {
|
||||
Blockly.bindEventWithChecks_(this.svgGroup_, 'mousedown', this,
|
||||
this.onMouseDown_);
|
||||
this.onMouseDown_, false, true);
|
||||
if (this.options.zoomOptions && this.options.zoomOptions.wheel) {
|
||||
// Mouse-wheel.
|
||||
Blockly.bindEventWithChecks_(this.svgGroup_, 'wheel', this,
|
||||
|
||||
Reference in New Issue
Block a user