4track 0.1.7 → 0.1.8

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.
@@ -98,6 +98,8 @@
98
98
  padding: 1.5cqw 8cqw;
99
99
  position: relative;
100
100
  cursor: ew-resize;
101
+ touch-action: none;
102
+
101
103
  box-shadow:
102
104
  inset 0.2cqw 0.2cqw 0.2cqw 0 rgba(0, 0, 0, 0.5),
103
105
  inset -0.1cqw -0.1cqw 0.2cqw 0 rgba(255, 255, 255, 0.5);
@@ -134,6 +134,7 @@
134
134
  justify-content: center;
135
135
  position: relative;
136
136
  margin-bottom: -5cqw;
137
+ touch-action: none;
137
138
 
138
139
  &:before {
139
140
  content: " ";
@@ -176,6 +177,7 @@
176
177
  justify-content: center;
177
178
  align-items: center;
178
179
  position: absolute;
180
+ touch-action: none;
179
181
 
180
182
  .layer1 {
181
183
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "4track",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "A 4-track cassette recorder component for Svelte 5",
5
5
  "license": "GPL-3.0-only",
6
6
  "author": "Andre Boekhorst",