add comment

This commit is contained in:
yggverse 2024-10-14 04:29:35 +03:00
parent 7988e6e6b7
commit 55715284d8

View File

@ -198,6 +198,7 @@ impl Reader {
// Tag is link // Tag is link
if let Some(_) = _links_.get(&tag) { if let Some(_) = _links_.get(&tag) {
return action_tab_append.activate(None); // @TODO implement URI option return action_tab_append.activate(None); // @TODO implement URI option
// @TODO action does not work after focus out
} }
} }
} }