mirror of
https://github.com/nasa/openmct.git
synced 2025-04-07 11:26:49 +00:00
[Layout] Trigger digest from mct-drag
Trigger digest using scope. during mct-drag interactions, to ensure that changes which have resulted from the drag are applied promptly. WTD-535.
This commit is contained in:
parent
847144c630
commit
707641d5b6
@ -15,6 +15,9 @@ define(
|
||||
|
||||
function fireListener(name) {
|
||||
scope.$eval(attrs[name], { delta: delta });
|
||||
|
||||
// Trigger prompt digestion
|
||||
scope.$apply();
|
||||
}
|
||||
|
||||
function updatePosition(event) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user