mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fix refresh elements VC pandora_enterprise#11010
This commit is contained in:
parent
f8fe057459
commit
70c18d9605
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -821,11 +821,7 @@ abstract class VisualConsoleItem<Props extends ItemProps> {
|
|||||||
prevProps: Props | null = null,
|
prevProps: Props | null = null,
|
||||||
prevMeta: ItemMeta | null = null
|
prevMeta: ItemMeta | null = null
|
||||||
): void {
|
): void {
|
||||||
if (
|
if (prevProps) {
|
||||||
prevProps &&
|
|
||||||
(prevProps.type == ItemType.LINE_ITEM ||
|
|
||||||
prevProps.type == ItemType.NETWORK_LINK)
|
|
||||||
) {
|
|
||||||
this.updateDomElement(this.childElementRef);
|
this.updateDomElement(this.childElementRef);
|
||||||
}
|
}
|
||||||
// Move box.
|
// Move box.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user