toggle generate forever remove context menu #85

This commit is contained in:
anapnoe
2023-05-19 10:06:51 +03:00
parent d6b4aebe24
commit 2dd1a23938
6 changed files with 114 additions and 13 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
contextMenuInit = function () {
/* contextMenuInit = function () {
let eventListenerApplied = false;
let menuSpecs = new Map();
@@ -189,3 +189,4 @@ addContextMenuEventListener = initResponse[2];
onUiUpdate(function () {
addContextMenuEventListener();
});
*/