add a 'close block' button

This commit is contained in:
sawka
2024-05-16 13:22:46 -07:00
parent 8573a415c0
commit 91d7392c34
5 changed files with 38 additions and 6 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ function Workspace() {
<div className="workspace">
<TabBar />
<div className="workspace-tabcontent">
<TabContent tabId={activeTabId} />
<TabContent key={activeTabId} tabId={activeTabId} />
<Widgets />
</div>
</div>