Skip to content

Commit

Permalink
refactor: Remove unnecessary CSS property in Editor utils
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 committed Aug 30, 2024
1 parent 17c69c3 commit 341b0ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/Editor/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export const useEditor = ({
'.cm-line': {
whiteSpace: 'pre-wrap',
wordWrap: 'break-word',
wordBreak: 'break-all',
},
'.ͼ7, .ͼ6': {
textDecoration: 'none',
Expand Down

0 comments on commit 341b0ab

Please sign in to comment.