mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 14:14:24 +00:00
fix: minor change
This commit is contained in:
@@ -411,7 +411,7 @@ export class LogseqPortalShape extends TLBoxShape<LogseqPortalShapeProps> {
|
||||
<div
|
||||
key={name}
|
||||
className="tl-quick-search-option"
|
||||
onMouseEnter={() => setPrefixIcon('circle-plus')}
|
||||
onMouseEnter={() => setPrefixIcon('search')}
|
||||
onClick={() => finishCreating(name)}
|
||||
>
|
||||
<div className="tl-quick-search-option-row">
|
||||
|
||||
Reference in New Issue
Block a user