mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
apply escape action to the current page only
This commit is contained in:
parent
04a34c91ca
commit
3fda9c851a
5 changed files with 75 additions and 14 deletions
|
|
@ -119,6 +119,10 @@ impl Window {
|
|||
}
|
||||
|
||||
// Actions
|
||||
pub fn escape(&self, tab_item_id: Option<GString>) {
|
||||
self.tab.escape(tab_item_id);
|
||||
}
|
||||
|
||||
pub fn update(&self, tab_item_id: Option<GString>) {
|
||||
self.tab.update(tab_item_id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue