From 1284f8cf39e8ba44e837d4dac0bace89cb7a0c26 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 25 Mar 2025 20:26:40 +0530 Subject: Refactor webview index with id + add web.tabs.close --- src/InputMediator.hpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/InputMediator.hpp') diff --git a/src/InputMediator.hpp b/src/InputMediator.hpp index 5933bd7..d1dc122 100644 --- a/src/InputMediator.hpp +++ b/src/InputMediator.hpp @@ -16,11 +16,9 @@ public: KeymapEvaluator *keymap_evaluator); ~InputMediator() override; - DELEGATE(webview_stack, open_url, open_url) - DELEGATE(webview_stack, current_url, current_url) - DELEGATE(webview_stack, next, next_webview) - DELEGATE(webview_stack, previous, previous_webview) - DELEGATE(webview_stack, close_current, close_current_webview) + // DELEGATE(webview_stack, open_url, open_url) + // DELEGATE(webview_stack, current_url, current_url) + // DELEGATE(webview_stack, close_current, close_current_webview) DELEGATE(keymap_evaluator, evaluate, evaluate_keymap) protected: -- cgit v1.3.1