mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
do nt focus new tab on middle click
This commit is contained in:
parent
619cc9cba8
commit
e5fa4d44db
1 changed files with 3 additions and 1 deletions
|
|
@ -311,7 +311,9 @@ class Gemtext extends Markup
|
|||
{
|
||||
// Open
|
||||
$this->content->page->container->tab->append(
|
||||
$url
|
||||
$url,
|
||||
true,
|
||||
false
|
||||
);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue