mirror of https://github.com/apache/nifi.git
NIFI-3502:
- Ensuring that upon deselection, the monitor palette is updated accordingly.
This commit is contained in:
parent
9cd631f963
commit
bf72d05825
|
@ -1062,6 +1062,9 @@
|
|||
|
||||
// update URL deep linking params
|
||||
nfCanvasUtils.setURLParameters();
|
||||
|
||||
// inform Angular app values have changed
|
||||
nfNgBridge.digest();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue