From 73427db47074c6f6ccd7f1abcddc5ea61c20caeb Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 3 Nov 2024 05:11:04 +0200 Subject: [PATCH] update comment --- .../browser/window/tab/item/page/navigation/request/widget.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/window/tab/item/page/navigation/request/widget.rs b/src/app/browser/window/tab/item/page/navigation/request/widget.rs index 5eb8213c..e9cfd163 100644 --- a/src/app/browser/window/tab/item/page/navigation/request/widget.rs +++ b/src/app/browser/window/tab/item/page/navigation/request/widget.rs @@ -63,7 +63,7 @@ impl Widget { // to simply overwrite current request with new value // Note: // * Custom GestureClick is not an option here, as GTK Entry has default controller - // * This is experimental feature as does not follow native GTK behavior @TODO test + // * This is experimental feature as does not follow native GTK behavior @TODO make optional if !has_focus.take() && state.contains(StateFlags::ACTIVE | StateFlags::FOCUS_WITHIN) && this.selection_bounds().is_none()