Commit 7972109
authored
Fix user-select issue
`auto` is better than `all`, because all makes the element selectable on one click, while auto causes the default behavior. See https://css-tricks.com/almanac/properties/u/user-select/1 parent 79e347c commit 7972109
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
0 commit comments