forked from Botanical/BotanJS
fix clicking the entire article for delete
This commit is contained in:
@@ -227,7 +227,7 @@
|
||||
contextMenu.getItemByKey("Settings").stage.className = "nt_icon_settings";
|
||||
};
|
||||
|
||||
postData( processor, { action: "get" }, createContextMenu );
|
||||
postData( processor, { "action": "get" }, createContextMenu );
|
||||
};
|
||||
|
||||
Bootstrap.regInit( init );
|
||||
|
||||
Reference in New Issue
Block a user