Skip to content

Commit

Permalink
fix(editor): whitespaces in overflow keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Oct 18, 2021
1 parent 03763a7 commit 68e91bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/entity/EditorEntityShow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
watch(data, (_data: string) => {
if (_data === env.emptyLine()) data.value = ''
// data.value = data.value.replace(/\n/g, '')
data.value = data.value.replace(/\n/g, '')
if (entity.utils().entry(_data, 'im')) {
data.value = ''
Expand Down

0 comments on commit 68e91bb

Please sign in to comment.