Skip to content

Commit

Permalink
fixes a chrome bug which i've reported (https://issues.chromium.org/i…
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed May 8, 2024
1 parent c2893e9 commit 549c6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tagify.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@


&[contenteditable]{
display: block; // solves similar issue to this: https://stackoverflow.com/q/34354085/104380 (but with <span> because of its default `inline-block` display)
outline: none;
user-select: text;
cursor: text;
Expand Down

0 comments on commit 549c6cb

Please sign in to comment.