fix: Remove default value of IDE tabs focus retention (#39844)

This commit is contained in:
Hetu Nandu 2025-03-21 12:47:02 +05:30 committed by GitHub
parent 11a8531224
commit 51be07f485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,7 +249,6 @@ export const AppIDEFocusElements: FocusElementsConfigList = {
name: FocusElement.IDETabs,
selector: getIDETabs,
setter: setIDETabs,
defaultValue: {},
},
],
};