mirror of
https://github.com/mathuo/dockview
synced 2025-03-09 23:42:05 +00:00
feat: tab container empty space not focusable
This commit is contained in:
parent
1a9ee8c34e
commit
986132c602
@ -36,7 +36,6 @@ export class VoidContainer extends CompositeDisposable {
|
||||
this._element = document.createElement('div');
|
||||
|
||||
this._element.className = 'dv-void-container';
|
||||
this._element.tabIndex = 0;
|
||||
this._element.draggable = true;
|
||||
|
||||
this.addDisposables(
|
||||
|
Loading…
Reference in New Issue
Block a user