Skip to content

Commit

Permalink
feat(rich-text-editor): DLT-2237 review
Browse files Browse the repository at this point in the history
  • Loading branch information
emariotti-dialpad committed Dec 10, 2024
1 parent 2e64ff5 commit 14ab8d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default {
*/
allowInlineImages: {
type: Boolean,
default: true,
default: false,
},

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
:auto-focus="autoFocus"
:placeholder="placeholder"
:allow-line-breaks="true"
:allow-inline-images="true"
:link="true"
v-bind="$attrs"
@focus="onFocus"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default {
*/
allowInlineImages: {
type: Boolean,
default: true,
default: false,
},

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
:auto-focus="autoFocus"
:placeholder="placeholder"
:allow-line-breaks="true"
:allow-inline-images="true"
:link="true"
v-bind="$attrs"
@focus="onFocus"
Expand Down

0 comments on commit 14ab8d7

Please sign in to comment.