Content deleted Content added
now supports VE widgets and GraphSandbox |
mNo edit summary |
||
Line 30:
return settings;
};
let
if (!context) return;
let names = [];
Line 89:
new MutationObserver(() => {
$buttons.appendTo('#ace_settingsmenu > table > tr:last-child > td');
}).observe(document.body, { childList: true });
};
Line 113:
savedSettings = JSON.parse(savedSettings);
editor.setOptions(savedSettings);
}
editor.on('focus', onFocus);
|