mirror of
https://github.com/mathuo/dockview
synced 2025-05-11 14:08:25 +00:00
feat: tab container empty space not focusable
This commit is contained in:
parent
df3269d56e
commit
aeb0e38249
@ -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