Cancel insert link on map click
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: If50ffe68298f575b7e966ff21db09fab9c4a61bb
This commit is contained in:
parent
7e5ef7552b
commit
65349e6eae
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ L.Map.include({
|
|||
var title = _('Insert hyperlink');
|
||||
|
||||
var dialogId = 'modal-dialog-' + id;
|
||||
var json = map.uiManager._modalDialogJSON(id, title, !window.mode.isDesktop(), [
|
||||
var json = map.uiManager._modalDialogJSON(id, title, true, [
|
||||
{
|
||||
id: 'hyperlink-text-box-label',
|
||||
type: 'fixedtext',
|
||||
|
|
Loading…
Reference in a new issue