@rogieking/figui3 2.27.0 → 2.28.0

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.
Files changed (2) hide show
  1. package/fig.js +1 -0
  2. package/package.json +1 -1
package/fig.js CHANGED
@@ -1080,6 +1080,7 @@ class FigPopup extends HTMLDialogElement {
1080
1080
  #boundPointerDown;
1081
1081
  #boundPointerMove;
1082
1082
  #boundPointerUp;
1083
+ #wasDragged = false;
1083
1084
 
1084
1085
  constructor() {
1085
1086
  super();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "2.27.0",
3
+ "version": "2.28.0",
4
4
  "description": "A lightweight web components library for building Figma plugin and widget UIs with native look and feel",
5
5
  "author": "Rogie King",
6
6
  "license": "MIT",