Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Apr 19, 2023
1 parent 065e34c commit aafc596
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/app/src/server/service/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1468,6 +1468,9 @@ class PageService {

throw err;
}
finally {
this.pageEvent.emit('syncDescendantsUpdate', deletedPage, user);
}
})();
}
else {
Expand Down

0 comments on commit aafc596

Please sign in to comment.