Merge pull request #761 from mathuo/760-remove-tabindex-from-empty-tab-space

feat: tab container empty space not focusable
This commit is contained in:
mathuo 2024-11-07 18:58:54 +00:00 committed by GitHub
commit df0d12128b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(