setCorrectionPanelSize() includes repositionAllMarkup() when needed
This commit is contained in:
Simon Rozman 2025-02-27 15:57:18 +01:00
parent 29dcd4c40d
commit cf70e4128e

View File

@ -335,7 +335,6 @@ class BesService {
*/
onResize() {
this.setCorrectionPanelSize()
this.repositionAllMarkup()
if (this.eventSink && 'resize' in this.eventSink)
this.eventSink.resize(this)
}