mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix Storybook text knobs double-escaping text
This commit is contained in:
@@ -42,7 +42,7 @@ const makeModeKnob = pane =>
|
||||
)
|
||||
);
|
||||
|
||||
addDecorator(withKnobs);
|
||||
addDecorator(withKnobs({ escapeHTML: false }));
|
||||
|
||||
addDecorator((storyFn /* , context */) => {
|
||||
const contents = storyFn();
|
||||
|
||||
Reference in New Issue
Block a user