feat: tab container empty space not focusable

This commit is contained in:
mathuo 2024-11-07 18:58:25 +00:00
parent 1a9ee8c34e
commit 986132c602
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -36,7 +36,6 @@ export class VoidContainer extends CompositeDisposable {
this._element = document.createElement('div'); this._element = document.createElement('div');
this._element.className = 'dv-void-container'; this._element.className = 'dv-void-container';
this._element.tabIndex = 0;
this._element.draggable = true; this._element.draggable = true;
this.addDisposables( this.addDisposables(