From 80ad87671af29915e41bf95262cf9646eae966d3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 24 Aug 2025 16:02:15 +0300 Subject: [PATCH] chore(react/ribbon): search & execute button --- .../widgets/ribbon/SearchDefinitionTab.tsx | 10 ++++++++ .../ribbon_widgets/search_definition.ts | 25 ------------------- 2 files changed, 10 insertions(+), 25 deletions(-) diff --git a/apps/client/src/widgets/ribbon/SearchDefinitionTab.tsx b/apps/client/src/widgets/ribbon/SearchDefinitionTab.tsx index 9607f3784..45954f1e8 100644 --- a/apps/client/src/widgets/ribbon/SearchDefinitionTab.tsx +++ b/apps/client/src/widgets/ribbon/SearchDefinitionTab.tsx @@ -156,6 +156,16 @@ export default function SearchDefinitionTab({ note, ntxId }: TabContext) { keyboardShortcut="Enter" onClick={refreshResults} /> + + - - -