Skip to content

Commit

Permalink
chore: enableCondensedLine -> (default) false
Browse files Browse the repository at this point in the history
  • Loading branch information
caipira113 committed Oct 12, 2024
1 parent b9f4e00 commit f7d74b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
enableCondensedLine: {
where: 'device',
default: true,
default: false,
},
additionalUnicodeEmojiIndexes: {
where: 'device',
Expand Down

1 comment on commit f7d74b7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chromatic detects changes. Please review the changes on Chromatic.

Please sign in to comment.