loleaflet/src/control/Toolbar.js | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 567c4c5ba790f7bdece8e26c7f47601800ceae04
Author: mert <[email protected]>
AuthorDate: Wed Dec 11 13:50:10 2019 +0300
Commit: Mert Tümer <[email protected]>
CommitDate: Wed Dec 11 16:22:59 2019 +0100
Fix closing hyperlink dialog doesn't focus
The document should have the focus after
closing the hyperlink dialog
Change-Id: I5f4cf4f2cabe92b97e60a4d118ba67255f598c0b
Reviewed-on: https://gerrit.libreoffice.org/84933
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Mert Tümer <[email protected]>
(cherry picked from commit 041b16202c35064df4e905115c69c3486f7cb717)
Reviewed-on: https://gerrit.libreoffice.org/84963
Tested-by: Mert Tümer <[email protected]>
diff --git a/loleaflet/src/control/Toolbar.js b/loleaflet/src/control/Toolbar.js
index e2289a748..1a353ff67 100644
--- a/loleaflet/src/control/Toolbar.js
+++ b/loleaflet/src/control/Toolbar.js
@@ -470,6 +470,7 @@ L.Map.include({
}
};
map.sendUnoCommand('.uno:SetHyperlink',
command);
+ map.focus();
}
}
});
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits