It should be possible to hide/disable a widget toolbar #5964
Labels
package:widget
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
📝 Provide a description of the new feature
Repositioning widget toolbar comes with a slight performance overhead.
This is especially was especially visible with widget resize feature, where the toolbar would be repositioned on each
mousemove
event. Since the balloon toolbar is not needed during the resize process it's OK to hide it for that time.So the WidgetToolbarRepository plugin should expose a method to temporarily disable it, similar like commands do with
forceDisabled()
.Currently widget toolbar exposes some API for that but it's only private.
If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: