mirror of
https://github.com/mathuo/dockview
synced 2025-05-05 11:08:25 +00:00
Merge branch 'master' of https://github.com/mathuo/dockview into 656-renderer-always-causes-floating-group-z-index-bug
This commit is contained in:
commit
a443bb5e41
@ -4719,8 +4719,7 @@ describe('dockviewComponent', () => {
|
|||||||
test('remove all panels from popout group', async () => {
|
test('remove all panels from popout group', async () => {
|
||||||
const container = document.createElement('div');
|
const container = document.createElement('div');
|
||||||
|
|
||||||
const dockview = new DockviewComponent({
|
const dockview = new DockviewComponent(container, {
|
||||||
parentElement: container,
|
|
||||||
createComponent(options) {
|
createComponent(options) {
|
||||||
switch (options.name) {
|
switch (options.name) {
|
||||||
case 'default':
|
case 'default':
|
||||||
|
Loading…
Reference in New Issue
Block a user