QuickToolbar

12 Sep 20251 minute to read

Quick toolbar module is used to handle Quick toolbar actions.

Methods

refreshQuickToolbarPopup

Refreshes the quick toolbar popups by hiding and then displaying them again
at a target element’s location. This method iterates over all available quick
toolbars, checking their rendered state and visibility. If a toolbar is
currently visible, it is hidden and then shown again to refresh its position
based on the specified mouse event. Additionally, for text toolbars, any
previously stored status is restored after the refresh.

Parameter Type Description
e (optional) MouseEvent The mouse event that triggers the refresh, used to
determine the new position for the toolbars.

Returns void