This commit is contained in:
Logan Ramos
2022-03-22 15:10:25 -04:00
parent 9aaf5bbe82
commit fbac8850ed

View File

@@ -53,7 +53,7 @@ class ExtHostEditorTab {
return that._dto.isDirty;
},
get isPinned() {
return that._dto.isDirty;
return that._dto.isPinned;
},
get isPreview() {
return that._dto.isPreview;