mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-16 16:16:19 +00:00
Fixed delete tool
This commit is contained in:
parent
3f13e382f5
commit
6eba32bb22
@ -218,7 +218,7 @@ Editor.prototype.initButtonActions = function()
|
||||
{
|
||||
userAction(this.id);
|
||||
self.restButtons ('DeleteObject');
|
||||
self.application.SetHandler(document.getElementById('DeleteObject').className != "" ? new DeleteGraphHandler(tself.applicationhis) : new DefaultHandler(self.application));
|
||||
self.application.SetHandler(document.getElementById('DeleteObject').className != "" ? new DeleteGraphHandler(self.application) : new DefaultHandler(self.application));
|
||||
}
|
||||
|
||||
document.getElementById('DeleteAll').onclick = function ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user