Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(palette): use existing parent getter when initializing
The current palette implementation is flawed in a way that the parent it mounts to cannot easily be overridden. There exists the method Palette#_getParentContainer that serves the purpose, however it is not being used in the palettes initialization function. This commit fixes this behavior.
- Loading branch information