mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
textarea-caret: Improve performance of getCaretCoordinates.
`getCaretCoordinates`'s performance is improved 5x on average after this patch due to reduced forced reflows of the layout.
This commit is contained in:
@@ -172,7 +172,8 @@
|
||||
"handlebars": "patches/handlebars.patch",
|
||||
"source-sans@3.46.0": "patches/source-sans@3.46.0.patch",
|
||||
"svgicons2svgfont": "patches/svgicons2svgfont.patch",
|
||||
"tippy.js@6.3.7": "patches/tippy.js@6.3.7.patch"
|
||||
"tippy.js@6.3.7": "patches/tippy.js@6.3.7.patch",
|
||||
"textarea-caret@3.1.0": "patches/textarea-caret@3.1.0.patch"
|
||||
}
|
||||
},
|
||||
"nyc": {
|
||||
|
Reference in New Issue
Block a user