Fix context menu actions that use nm_action gave "Uncaught nm_action is not a function!"

This commit is contained in:
nathan 2022-10-24 10:20:56 -06:00
parent 24fb01d190
commit 727db2aab5

View File

@ -400,6 +400,9 @@ export function nm_compare_field(_action, _senders, _target)
// TODO: This code is rather suboptimal! No global variables as this code will
// run in a global context
window.nm_action = nm_action;
window.fetchAll = fetchAll;
window.doLongTask = doLongTask;
window.nm_popup_action = null;
window.nm_popup_ids = null;