Skip to content

Commit

Permalink
fix: prevent select button text
Browse files Browse the repository at this point in the history
  • Loading branch information
F-star committed Aug 10, 2024
1 parent e6eead5 commit 0547cb0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export const ToolBar = () => {
<Button
style={{
marginLeft: '16px',
userSelect: 'none',
}}
onClick={() => {
if (editor) {
Expand Down

0 comments on commit 0547cb0

Please sign in to comment.