Remove unused function openCustomPromptLightbox in src/App.tsx

This commit is contained in:
2026-03-14 00:14:33 +01:00
parent 9a42468cfd
commit 73beaea077

View File

@@ -917,14 +917,6 @@ export default function App() {
};
}, []);
const openCustomPromptLightbox = useCallback(() => {
setCustomPromptText("");
setCustomPromptState({
scope: "document",
selection: null
});
}, []);
const dispatchAiAction = useCallback(
(template: AiPromptTemplate | null, isCustomPrompt: boolean) => {
const selection = getCurrentAiSelection();