mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 07:52:38 +10:00
* 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();
|
|
|