mishig HF staff commited on
Commit
ab6756a
1 Parent(s): b71f89a

drag drop img

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +3 -1
src/routes/+page.svelte CHANGED
@@ -171,7 +171,9 @@
171
  { Size: { type: 'dropdown' } },
172
  { DrawingMode: { filler: false } },
173
  'Navigation'
174
- ]
 
 
175
  });
176
  canvas = drawingBoard.canvas;
177
  ctx = canvas.getContext('2d');
 
171
  { Size: { type: 'dropdown' } },
172
  { DrawingMode: { filler: false } },
173
  'Navigation'
174
+ ],
175
+ droppable: true,
176
+ webStorage: false
177
  });
178
  canvas = drawingBoard.canvas;
179
  ctx = canvas.getContext('2d');