@fileverse-dev/ddoc 3.1.7-comment-re-arch-5 → 3.1.7-comment-re-arch-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -151,6 +151,8 @@ export interface CommentStoreState {
151
151
  blurFloatingCard: (floatingCardId: string) => void;
152
152
  focusFloatingCard: (floatingCardId: string) => void;
153
153
  removeInvalidFloatingCards: () => void;
154
+ pruneFloatingThreadsForActiveTab: () => void;
155
+ syncFloatingThreadsForActiveTab: () => void;
154
156
  syncFloatingThreadCardWithActiveComment: () => void;
155
157
  submitPendingFloatingDrafts: () => void;
156
158
  /**