perfect-gui 4.0.3 → 4.0.4

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/package.json +1 -1
  2. package/src/styles.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "perfect-gui",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Nice and simple GUI for JavaScript",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/styles.js CHANGED
@@ -146,6 +146,7 @@ return /* css */`
146
146
  margin-top: 8px;
147
147
  width: 100%;
148
148
  height: calc(100% - 28px);
149
+ touch-action: none;
149
150
  }
150
151
 
151
152
  .p-gui__vector2-line {