-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(combobox, dropdown, input-date-picker, popover, tooltip): fix pos…
…itioning of component when component is moved (#8296) **Related Issue:** #6121 ## Summary - When a component is moved (via drag and drop or whatever), we need to reconnect floating UI (connectFloatingUI). - This is needed because it sets up autoUpdating of the reference element so that the reference element is tracked and positioned properly - Currently, when an a component is moved, this tracking is lost because we were only calling `connectFloatingUI` when the reference element and floating element were created. - This PR makes sure that we reestablish the floating UI autoUpdate when the component itself is moved.
- Loading branch information
Showing
5 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters