Insert new tabs below active tab

This commit is contained in:
2026-05-07 18:53:24 -04:00
parent b787486f8e
commit e9ef92c41b
4 changed files with 60 additions and 12 deletions
+5
View File
@@ -75,6 +75,11 @@ impl BrowserTab {
&self.url
}
#[must_use]
pub fn display_url(&self) -> String {
self.url.display_url()
}
#[must_use]
pub fn state(&self) -> &TabState {
&self.state