mirror of
https://github.com/docmost/docmost.git
synced 2025-11-20 16:41:10 +10:00
fix: page title editor bugs (#892)
* Fix page title * compare empty page title * Properly handle null tree node name and icon
This commit is contained in:
3
apps/client/src/lib/local-emitter.ts
Normal file
3
apps/client/src/lib/local-emitter.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import mitt from "mitt";
|
||||
const localEmitter = mitt();
|
||||
export default localEmitter;
|
||||
Reference in New Issue
Block a user