Skip to content

Commit f5151b0

Browse files
committed
TODO remove listeners
1 parent 10a6a55 commit f5151b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/webapp/app/hooks/useKapaWidget.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export function useKapaWidget() {
4343
};
4444
}, [features.isManagedCloud, kapa?.websiteId, disableShortcuts, enableShortcuts]);
4545

46+
//todo remove listeners
47+
4648
const openKapa = useCallback(() => {
4749
if (!features.isManagedCloud || !kapa?.websiteId) return;
4850

0 commit comments

Comments
 (0)