diff --git a/src/Box/Tab.php b/src/Box/Tab.php index 590c90e8..8ad74b34 100644 --- a/src/Box/Tab.php +++ b/src/Box/Tab.php @@ -73,6 +73,7 @@ class Tab 0 ); + // Init listeners $this->navigation->address->entry->connect( 'activate', function ($entry) @@ -106,6 +107,7 @@ class Tab // @TODO home, back, forward buttons } + // Actions public function navigate(string $url) { global $config;