mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: new page name
This commit is contained in:
committed by
Gabriel Horner
parent
a41bc3d9a1
commit
1443c2eb97
@@ -104,7 +104,7 @@ export const LogseqQuickSearch = observer(
|
||||
const t = handlers.t
|
||||
|
||||
const finishSearching = React.useCallback((id: string) => {
|
||||
onChange(id)
|
||||
setTimeout(() => onChange(id))
|
||||
rInput.current?.blur()
|
||||
if (id) {
|
||||
LogseqPortalShape.defaultSearchQuery = ''
|
||||
|
||||
Reference in New Issue
Block a user