fix return handler on activate-link event

This commit is contained in:
yggverse 2024-07-18 15:32:23 +03:00
parent aa3de2980c
commit 287f843283
3 changed files with 11 additions and 7 deletions

View file

@ -58,7 +58,7 @@ abstract class Markup
\GtkLabel $label,
string $href
) {
$this->_onActivateLink(
return $this->_onActivateLink(
$label,
$href
);
@ -69,7 +69,7 @@ abstract class Markup
abstract protected function _onActivateLink(
\GtkLabel $label,
string $href
);
): bool;
abstract public function set(
string $value