diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-25 20:26:40 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-25 20:26:40 +0530 |
| commit | 1284f8cf39e8ba44e837d4dac0bace89cb7a0c26 (patch) | |
| tree | 58ff313869ca62b335a8412289e3bbec1c104f47 /src/InputMediator.hpp | |
| parent | 4cbaaae7c55e71d2d4db591029394812077eb844 (diff) | |
| download | null-browser-1284f8cf39e8ba44e837d4dac0bace89cb7a0c26.tar.gz null-browser-1284f8cf39e8ba44e837d4dac0bace89cb7a0c26.zip | |
Refactor webview index with id + add web.tabs.close
Diffstat (limited to '')
| -rw-r--r-- | src/InputMediator.hpp | 8 |
1 files changed, 3 insertions, 5 deletions
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: |
