fix(browser): Emit proper UI_PickLink post message

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Change-Id: I635780723b98887e6c35a397940cc2517a6a9025
pull/8932/head
Julius Härtl 2024-04-29 16:54:53 +02:00 committed by Szymon Kłos
parent ae27e8291c
commit b0b73d2794
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class Dispatcher {
};
this.actionsMap['remotelink'] = function () {
app.map.fire('postMessage', { msgId: 'UI UI_PickLink' });
app.map.fire('postMessage', { msgId: 'UI_PickLink' });
};
// TODO: deduplicate
this.actionsMap['hyperlinkdialog'] = function () {