Skip to content

Commit

Permalink
Remove user-select:text
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored and youknowriad committed Oct 2, 2024
1 parent 3edb570 commit ea41fdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-editor/src/components/block-list/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,9 @@ _::-webkit-full-page-media, _:future, :root .has-multi-selection .block-editor-b
overflow-wrap: break-word;

pointer-events: auto;
user-select: text;

&.is-editing-disabled {
pointer-events: none;
user-select: none;
}

&.has-negative-margin {
Expand Down

0 comments on commit ea41fdd

Please sign in to comment.