init button-press-event

This commit is contained in:
yggverse 2024-07-21 18:51:21 +03:00
parent a8b2fa0d23
commit f911ea90a1

View file

@ -64,6 +64,17 @@ abstract class Markup
); );
} }
); );
$this->gtk->connect(
'button-press-event',
function()
{
// Markup container has focus disabled (to hide cursor position),
// solution remove selection from request entry on click this area
// @TODO
}
);
} }
abstract protected function _onActivateLink( abstract protected function _onActivateLink(