We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a6a55 commit f5151b0Copy full SHA for f5151b0
apps/webapp/app/hooks/useKapaWidget.tsx
@@ -43,6 +43,8 @@ export function useKapaWidget() {
43
};
44
}, [features.isManagedCloud, kapa?.websiteId, disableShortcuts, enableShortcuts]);
45
46
+ //todo remove listeners
47
+
48
const openKapa = useCallback(() => {
49
if (!features.isManagedCloud || !kapa?.websiteId) return;
50
0 commit comments