Skip to content

Commit 713c88d

Browse files
authored
Update slot-machine.js
fix destroy causing error
1 parent 6099b28 commit 713c88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/slot-machine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ class SlotMachine {
392392
destroy () {
393393
this._fakeFirstTile.remove();
394394
this._fakeLastTile.remove();
395-
this.$tiles.unwrap();
395+
// this.$tiles.unwrap();
396396

397397
// Unwrap tiles
398398
this.tiles.forEach((tile) => {

0 commit comments

Comments
 (0)