@mhkeller/layercake-annotations 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -222,7 +222,8 @@
222
222
  z-index: 1;
223
223
  pointer-events: none;
224
224
  }
225
- .layercake-annotations :global(.draggable) {
225
+ .layercake-annotations :global(.draggable),
226
+ .layercake-annotations :global(.arrow-zone) {
226
227
  pointer-events: auto;
227
228
  }
228
229
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mhkeller/layercake-annotations",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && pnpm package",