Closed kpal81xd closed 2 weeks ago
Looks like it's the drag handle for the PCUI tree view:
If you try to drag a tree view item, the 'invisible' drag handle disappears from the top left corner.
I'm wondering if this should be created hidden: https://github.com/playcanvas/pcui/blob/main/src/components/TreeView/index.ts#L196
Yes since the drag handle item will be hidden once the drag action has been completed already restoring the File dropdown to perform as intended.
This was fixed here: https://github.com/playcanvas/pcui/pull/364
Should be fixed once we've bumped the Editor to the latest version of PCUI.
Description
Graphical bug when hovering over the
File
dropdown in the Code Editor. The red highlighted box below indicates the area for which the dropdown is unresponsive.Steps to Reproduce
File
dropdown option