diff --git a/src/containers/paint-editor.jsx b/src/containers/paint-editor.jsx index eefca91d..ba260313 100644 --- a/src/containers/paint-editor.jsx +++ b/src/containers/paint-editor.jsx @@ -21,9 +21,6 @@ class PaintEditor extends React.Component { document.removeEventListener('keydown', this.props.onKeyPress); } handleUpdateSvg () { - if (!this.props.onUpdateSvg) { - return; - } const bounds = paper.project.activeLayer.bounds; this.props.onUpdateSvg( paper.project.exportSVG({