Explorar o código

prevent exporting empty canvas

dwelle %!s(int64=5) %!d(string=hai) anos
pai
achega
4eda1cfb5d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/index.js

+ 2 - 0
src/index.js

@@ -34,6 +34,8 @@ function exportAsPNG({
   exportVisibleOnly,
   exportPadding = 10
 }) {
+  if ( !elements.length ) return window.alert("Cannot export empty canvas.");
+
   // deselect & rerender
 
   clearSelection();