mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Fix event fore.
This commit is contained in:
parent
dea5b727ac
commit
892c939376
@ -90,7 +90,7 @@ web2d.peer.svg.ElementPeer = new Class({
|
||||
},
|
||||
|
||||
fireEvent:function (type, event) {
|
||||
this._native.fireEvent(type, event);
|
||||
$(this._native).toggle(type, event);
|
||||
},
|
||||
|
||||
cloneEvents:function (from) {
|
||||
|
Loading…
Reference in New Issue
Block a user