mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 05:07:05 +00:00
Updated to new notification name DOM_OBJECTS_UPDATED
-> MODULE_DOM_UPDATED
(#3548)
This is an update to #3535. See #3534 for discussion and context. Fixes #3534 (again).
This commit is contained in:
@@ -668,7 +668,7 @@ const MM = (function () {
|
||||
// Further implementation is done in the private method.
|
||||
updateDom(module, updateOptions).then(function () {
|
||||
// Once the update is complete and rendered, send a notification to the module that the DOM has been updated
|
||||
sendNotification("DOM_OBJECTS_UPDATED", null, null, module);
|
||||
sendNotification("MODULE_DOM_UPDATED", null, null, module);
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user