mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
c26a851d52
* fix tree nodes sort * remove comment mark in shares * remove clickoutside hook for now * feat: search in shared pages * fix user-select * use Link * render page icons
8 lines
217 B
TypeScript
8 lines
217 B
TypeScript
import { createSpotlight } from '@mantine/spotlight';
|
|
|
|
export const [searchSpotlightStore, searchSpotlight] = createSpotlight();
|
|
|
|
export const [shareSearchSpotlightStore, shareSearchSpotlight] =
|
|
createSpotlight();
|
|
|