Commit 094d847
committed
fix
The pie menu's "Delete" button was calling an extra function, that.blocks.extract(), before calling that.blocks.sendStackToTrash().
The extract() function (which is meant to pull a block from the middle of a stack) was breaking the widget's internal state before it was even sent to the trash. The drag-and-drop delete function only calls sendStackToTrash(), which is why it worked correctly.1 parent 74b88f5 commit 094d847
File tree
1 file changed
+0
-1
lines changed- js
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3499 | 3499 | | |
3500 | 3500 | | |
3501 | 3501 | | |
3502 | | - | |
3503 | 3502 | | |
3504 | 3503 | | |
3505 | 3504 | | |
| |||
0 commit comments