@annotorious/annotorious
Advanced tools
Comparing version 3.0.19 to 3.0.20
{ | ||
"name": "@annotorious/annotorious", | ||
"version": "3.0.19", | ||
"version": "3.0.20", | ||
"description": "Add image annotation functionality to any web page with a few lines of JavaScript", | ||
@@ -52,3 +52,3 @@ "author": "Rainer Simon", | ||
"dependencies": { | ||
"@annotorious/core": "3.0.19", | ||
"@annotorious/core": "3.0.20", | ||
"rbush": "^4.0.1", | ||
@@ -55,0 +55,0 @@ "uuid": "^11.0.3" |
@@ -117,6 +117,4 @@ import type { SvelteComponent } from 'svelte'; | ||
const cancelDrawing = () => { | ||
annotationLayer.$set({ drawingEnabled: false }); | ||
setTimeout(() => annotationLayer.$set({ drawingEnabled: true }), 1); | ||
} | ||
const cancelDrawing = () => | ||
annotationLayer.cancelDrawing(); | ||
@@ -123,0 +121,0 @@ const destroy = () => { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
908684
6356
+ Added@annotorious/core@3.0.20(transitive)
- Removed@annotorious/core@3.0.19(transitive)
Updated@annotorious/core@3.0.20