Open neurokitti opened 2 hours ago
The issue with icons jumping across the toolbar when rearranging them might be related to recent changes in the drag-and-drop functionality. Specifically, there have been modifications to the CustomizeMode.sys.mjs
file, which adjust border values to implement native vertical tabs drag-and-drop behavior. These changes could potentially affect the positioning of icons during the drag-and-drop operation [1].
Additionally, CSS styling might also play a role. There are styles that affect the appearance and positioning of icons during drag-and-drop, such as setting opacity and adding visual indicators [2][1].
To address this issue, you might want to review these recent changes and CSS styles to ensure they are not causing unintended behavior.
To continue talking to Dosu, mention @dosu.
Captchas
What happened?
https://github.com/user-attachments/assets/6f99c332-8fe0-48f2-8350-dedf2cf0683a
when draging icons to the left side it can show up on the right. its funky.
Reproducible?
Version
Version 1.0.1-t.17 (64-bit)
What platform are you seeing the problem on?
Windows
Relevant log output
No response