mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
server-ts: events.js -> ts
This commit is contained in:
@@ -53,7 +53,7 @@ function putNoteReorderingEntityChange(parentNoteId, componentId) {
|
||||
instanceId
|
||||
});
|
||||
|
||||
const eventService = require('./events.js');
|
||||
const eventService = require('./events');
|
||||
|
||||
eventService.emit(eventService.ENTITY_CHANGED, {
|
||||
entityName: 'note_reordering',
|
||||
|
||||
Reference in New Issue
Block a user