Spaces:
Runtime error
Runtime error
missing continue
Browse files
frontend/src/lib/App.svelte
CHANGED
@@ -60,6 +60,7 @@
|
|
60 |
// can paint if presence is only dragging
|
61 |
if (presence.status === Status.ready || presence.status === Status.dragging) {
|
62 |
canPaint = true;
|
|
|
63 |
}
|
64 |
canPaint = false;
|
65 |
break;
|
|
|
60 |
// can paint if presence is only dragging
|
61 |
if (presence.status === Status.ready || presence.status === Status.dragging) {
|
62 |
canPaint = true;
|
63 |
+
continue;
|
64 |
}
|
65 |
canPaint = false;
|
66 |
break;
|