mirror of
https://github.com/mathuo/dockview
synced 2025-02-13 11:55:45 +00:00
Merge pull request #304 from mathuo/230-explore-floating-groups
fix: limit drag handle scope
This commit is contained in:
commit
5cd51f9f67
@ -351,7 +351,7 @@ export class DockviewComponent
|
||||
minimumInViewportHeight: 100,
|
||||
});
|
||||
|
||||
const el = group.element.querySelector('void-container');
|
||||
const el = group.element.querySelector('.void-container');
|
||||
|
||||
if (!el) {
|
||||
throw new Error('failed to find drag handle');
|
||||
|
Loading…
Reference in New Issue
Block a user