mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-09 20:36:32 +00:00
Bound the original handler to this
.
Closes #977 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
4c6243176c
commit
a9aac0dbb0
@ -130,5 +130,5 @@ DockPanel.prototype.handleEvent = function (event) {
|
|||||||
case 'p-drop':
|
case 'p-drop':
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
originalHandleEvent(event);
|
originalHandleEvent.bind(this)(event);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user