Revise method of preventing a "flash" of default inserter help panel content #17168
Labels
[Feature] Inserter
The main way to insert blocks using the + button in the editing interface
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
This is technically two bugs, but they should probably be addressed together.
#16813 removed horizontal padding for inserter list items, in order to prevent a "flash" of the default block content when moving the mouse from one block to the next horizontally. This did not address the issue when moving the mouse vertically up or down the list:
Additionally, this padding removal introduced a regression in the focused state for those inserter list items. Turns out that padding was necessary to properly house the focus state borders:
We should fix that regression and come up with a better way of preventing the flash. Perhaps by adding a delay to he transition between hovered items in the sidebar.
The text was updated successfully, but these errors were encountered: