chore: update revue-draggable to latest version

fix: selection not draggable after creation selection (stop event propagation)
* naming collision with eventlistener and callback on draggable component (everything being called 2x)
This commit is contained in:
Braks
2021-07-23 14:08:39 +02:00
parent 86ead92839
commit 7eb7cb1dc3
4 changed files with 14 additions and 18 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
"lint": "yarn lint:js"
},
"dependencies": {
"@braks/revue-draggable": "^0.2.1-6",
"@braks/revue-draggable": "^0.2.4",
"@types/d3": "^7.0.0",
"d3": "^7.0.0",
"d3-selection": "^3.0.0",