mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05: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
|
// Open
|
||||||
$this->content->page->container->tab->append(
|
$this->content->page->container->tab->append(
|
||||||
$url
|
$url,
|
||||||
|
true,
|
||||||
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue