I'd like to report a bug with the icon selector.
When opening the icon selector with /icon while using the pop-out code editor, the window appears almost entirely behind the code editor window, blocking most of the icons from view.
- You cannot focus the icon selector by selecting it, bringing it in front of the code editor.
- You cannot drag the icon selector as itβs not draggable.
- You cannot drag the code editor as clicking outside the icon selector closes the icon selector.
- You cannot resize the code editor as attempting to grab the side of the window closes the icon selector (clicking outside the icon selector closes the icon selector).
Note that this does not happen when opening the icon selector from the edit area in the component inspector, but writing conditions in this tiny window is difficult and painful.
You can click the empty icon box in the small inspector code editor to open the icon selector, resulting in the above scenario, but you have to close the pop-out code editor to do so, defeating the point of using the pop-out editor for screen real estate.
In an ideal world, the icon selector should spawn into an area of the screen which is not already occupied by the pop-out code editor. Alternatively, the icon selector should be draggable or should stay open when the pop-out code editor is moved or resized.

