Searched defs:updateEditor (Results 1 – 2 of 2) sorted by relevance
28 codeStore.set({ ...state, updateEditor: true }); property33 export const updateCode = (code, updateEditor) => { argument35 codeStore.set({ ...state, code, updateEditor }); property37 export const updateConfig = (config, updateEditor) => { argument39 codeStore.set({ ...state, mermaid: config, updateEditor }); property
28 this.updateEditor = function () { method