Home
last modified time | relevance | path

Searched refs:updateEditor (Results 1 – 8 of 8) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/src/
Dcode-store.js28 codeStore.set({ ...state, updateEditor: true }); property
33 export const updateCode = (code, updateEditor) => { argument
35 codeStore.set({ ...state, code, updateEditor }); property
37 export const updateConfig = (config, updateEditor) => { argument
39 codeStore.set({ ...state, mermaid: config, updateEditor }); property
/plugin/struct/jsoneditor/
H A Dsetup.js28 this.updateEditor = function () { method
44 $editor.val('"..."')[0].updateEditor();
54 $editor.val(conf)[0].updateEditor();
/plugin/dirtylittlehelper/mermaid/editor/src/components/
DConfig.svelte14 const handleConfUpdate = (conf, updateEditor) => {
16 if (updateEditor && edit) {
25 console.log(state.mermaid, state.updateEditor);
26 if (state.updateEditor) {
DEditor.svelte16 const handleCodeUpdate = (updatedCode, updateEditor) => {
20 if (updateEditor) {
53 if (state.updateEditor) {
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
DEdit.svelte30 updateEditor: true,
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.js426updateEditor:!0})},me=e=>{ge.set(e)},_e=(e,t)=>{const n=d(ge);ge.set({...n,code:e,updateEditor:t})…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js426updateEditor:!0})},me=e=>{ge.set(e)},_e=(e,t)=>{const n=d(ge);ge.set({...n,code:e,updateEditor:t})…
Dbundle.js.map1updateEditor: true });\n};\nexport const updateCodeStore = (newState) => {\n codeStore.set(newSta…