feat(react/floating_buttons): port highlights list

This commit is contained in:
Elian Doran
2025-08-27 22:47:20 +03:00
parent 53e0c05290
commit 401260d3ca
3 changed files with 22 additions and 65 deletions

View File

@@ -375,6 +375,7 @@ export default class HighlightsListWidget extends RightPanelWidget {
if (this.noteId === noteId) {
await this.refresh();
this.triggerCommand("reEvaluateRightPaneVisibility");
appContext.triggerEvent("reEvaluateHighlightsListWidgetVisibility", { noteId: this.noteId });
}
}