mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
feat: finish double click to create poc
This commit is contained in:
@@ -17,7 +17,7 @@ export const StatusBar = observer(function StatusBar() {
|
||||
<div className="statusbar">
|
||||
{app.selectedTool.id} | {app.selectedTool.currentState.id}
|
||||
<div style={{ flex: 1 }} />
|
||||
<div id="tl-statusbar-anchor" />
|
||||
<div id="tl-statusbar-anchor" style={{ display: 'flex' }} />
|
||||
</div>
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user