fix: limit drag handle scope

This commit is contained in:
mathuo 2023-07-17 20:34:23 +01:00
parent 37a688c874
commit ce15208694
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -351,7 +351,7 @@ export class DockviewComponent
minimumInViewportHeight: 100, minimumInViewportHeight: 100,
}); });
const el = group.element.querySelector('void-container'); const el = group.element.querySelector('.void-container');
if (!el) { if (!el) {
throw new Error('failed to find drag handle'); throw new Error('failed to find drag handle');