We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b41ae commit cd31ff5Copy full SHA for cd31ff5
web/libs/editor/src/components/App/App.jsx
@@ -303,6 +303,7 @@ class App extends Component {
303
currentEntity={as.selectedHistory ?? as.selected}
304
regions={as.selected.regionStore}
305
showComments={store.hasInterface("annotations:comments")}
306
+ showCustomTab={hasTagInSidebar(as.selected)}
307
focusTab={store.commentStore.tooltipMessage ? "comments" : null}
308
>
309
{mainContent}
0 commit comments