diff --git a/src/app/browser/window/tab/item/page/content/text/search/tag.rs b/src/app/browser/window/tab/item/page/content/text/search/tag.rs index 56b2f40f..bf1bf700 100644 --- a/src/app/browser/window/tab/item/page/content/text/search/tag.rs +++ b/src/app/browser/window/tab/item/page/content/text/search/tag.rs @@ -18,7 +18,7 @@ impl Tag { // Init `Self` tag_table.add(&found); - tag_table.add(¤t); // keep current priority as `current` overwrites `found` tag! + tag_table.add(¤t); // keep current priority as `current` should overwrite `found` // https://docs.gtk.org/gtk4/method.TextTag.set_priority.html Self { current, found }