Searched refs:updateEditor (Results 1 – 8 of 8) sorted by relevance
/plugin/dirtylittlehelper/mermaid/editor/src/ |
D | code-store.js | 28 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 D | setup.js | 28 this.updateEditor = function () { method 44 $editor.val('"..."')[0].updateEditor(); 54 $editor.val(conf)[0].updateEditor();
|
/plugin/dirtylittlehelper/mermaid/editor/src/components/ |
D | Config.svelte | 14 const handleConfUpdate = (conf, updateEditor) => { 16 if (updateEditor && edit) { 25 console.log(state.mermaid, state.updateEditor); 26 if (state.updateEditor) {
|
D | Editor.svelte | 16 const handleCodeUpdate = (updatedCode, updateEditor) => { 20 if (updateEditor) { 53 if (state.updateEditor) {
|
/plugin/dirtylittlehelper/mermaid/editor/src/routes/ |
D | Edit.svelte | 30 updateEditor: true,
|
/plugin/dirtylittlehelper/mermaid/editor/ |
D | bundle.js | 426 …updateEditor:!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/ |
D | bundle.js | 426 …updateEditor:!0})},me=e=>{ge.set(e)},_e=(e,t)=>{const n=d(ge);ge.set({...n,code:e,updateEditor:t})…
|
D | bundle.js.map | 1 …updateEditor: true });\n};\nexport const updateCodeStore = (newState) => {\n codeStore.set(newSta…
|