We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6aca93 commit d32440dCopy full SHA for d32440d
src/Project.ts
@@ -226,6 +226,10 @@ export default class Project {
226
}
227
228
private _startDragging(): void {
229
+ if (!this.spritesAndClones.includes(this._consideringDraggingSprite)) {
230
+ this._consideringDraggingSprite = null;
231
+ }
232
+
233
if (this._consideringDraggingSprite) {
234
this.draggingSprite = this._consideringDraggingSprite;
235
this._consideringDraggingSprite = null;
0 commit comments