Commit 1ecf152
authored
Fix will-change value when mouse event ended.
Follow this document.
https://developer.mozilla.org/en-US/docs/Web/CSS/will-change
`will-change` doesn't have `none` as value so this one should use `unset` to clear value back to default.1 parent 9e5ac46 commit 1ecf152
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments