Skip to content

Commit

Permalink
fix: fix the flyout width at 250 pixels (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko authored Sep 5, 2024
1 parent c3f2952 commit a47aba6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/checkable_continuous_flyout.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ export class CheckableContinuousFlyout extends ContinuousFlyout {
return 0.675;
}

getWidth() {
return 250;
}

blockIsRecyclable_(block) {
const recyclable = super.blockIsRecyclable_(block);
// Exclude blocks with output connections, because they are able to report their current
Expand Down

0 comments on commit a47aba6

Please # to comment.