Update Editor.js

This commit is contained in:
JFH
2022-01-05 20:59:23 -03:00
parent a48fc66c1c
commit 2d5104cdeb

View File

@@ -29,7 +29,7 @@ import LayersPanel from './panels/LayersPanel.js'
import MainMenu from './MainMenu.js'
import { getParentsUntil } from './components/jgraduate/Util.js'
const { $id, $qa, decode64, blankPageObjectURL } = SvgCanvas
const { $id, $qa, $click, decode64, blankPageObjectURL } = SvgCanvas
/**
*
@@ -55,6 +55,7 @@ class Editor extends EditorStartup {
this.storagePromptState = 'ignore'
this.svgCanvas = null
this.$click = $click
this.isReady = false
this.customExportImage = false
this.customExportPDF = false