Improvements in `insertImage` command and tooltip manager
Suggested merge commit message (convention)
Feature (image): Added a possibility to break the current block by InsertImageCommand with breakBlock flag.
Feature (ui): The .ck-with-instant-tooltip class can now be used to display the tooltip without the delay.
Fix (ui): Tooltip will no longer show after quickly hovering and moving the mouse away before the tooltip shows. Closes https://github.com/ckeditor/ckeditor5/issues/16949.
Fix (ui): Tooltip will no longer disappear if cursor is moved back over the element with visible tooltip. Closes https://github.com/ckeditor/ckeditor5/issues/17256.
Additional information
For example – encountered issues, assumptions you had to make, other affected tickets, etc.
Besides the previous insertImage command extension, now this PR also contains a few improvements related to tooltip manager (see the main PR comment).
Please use double empty lines as separators for changelog entries.
Entry 1.
Entry 2.