Whitespace

This commit is contained in:
Scott Kostyshak 2023-06-13 04:32:34 -04:00
parent 152811a27d
commit 67ff56c63a

View File

@ -94,9 +94,9 @@ void InsetHyperlink::doDispatch(Cursor & cur, FuncRequest & cmd)
{
// Ctrl + click: open hyperlink
if (cmd.action() == LFUN_MOUSE_RELEASE && cmd.modifier() == ControlModifier) {
lyx::dispatch(FuncRequest(LFUN_INSET_EDIT));
return;
}
lyx::dispatch(FuncRequest(LFUN_INSET_EDIT));
return;
}
switch (cmd.action()) {