Skip to content

Commit a47aba6

Browse files
authored
fix: fix the flyout width at 250 pixels (#168)
1 parent c3f2952 commit a47aba6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/checkable_continuous_flyout.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ export class CheckableContinuousFlyout extends ContinuousFlyout {
275275
return 0.675;
276276
}
277277

278+
getWidth() {
279+
return 250;
280+
}
281+
278282
blockIsRecyclable_(block) {
279283
const recyclable = super.blockIsRecyclable_(block);
280284
// Exclude blocks with output connections, because they are able to report their current

0 commit comments

Comments
 (0)