Skip to content

Commit

Permalink
fix: add toggleButton to wrap text
Browse files Browse the repository at this point in the history
  • Loading branch information
wusteven815 committed Sep 11, 2024
1 parent f1bb8b1 commit 5c3a378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/ui/src/js/src/widget/WidgetUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const shouldWrapTextChildren = new Set<string>([
ELEMENT_NAME.flex,
ELEMENT_NAME.grid,
ELEMENT_NAME.view,
ELEMENT_NAME.toggleButton,
]);

const log = Log.module('@deephaven/js-plugin-ui/WidgetUtils');
Expand Down

0 comments on commit 5c3a378

Please sign in to comment.