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 a4c7718 commit 952b113Copy full SHA for 952b113
js/block.js
@@ -2895,8 +2895,7 @@ class Block {
2895
}, LONGPRESSTIME);
2896
2897
//hide the trash when block is being collapse or expand
2898
- const hasColExpBtns =
2899
- this.collapseButtonBitmap && this.expandButtonBitmap;
+ const hasColExpBtns = this.collapseButtonBitmap && this.expandButtonBitmap;
2900
2901
if (hasColExpBtns) {
2902
const localPoint = this.container.globalToLocal(event.stageX, event.stageY);
0 commit comments