mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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,
|
||||
prevMeta: ItemMeta | null = null
|
||||
): void {
|
||||
if (
|
||||
prevProps &&
|
||||
(prevProps.type == ItemType.LINE_ITEM ||
|
||||
prevProps.type == ItemType.NETWORK_LINK)
|
||||
) {
|
||||
if (prevProps) {
|
||||
this.updateDomElement(this.childElementRef);
|
||||
}
|
||||
// Move box.
|
||||
|
Loading…
x
Reference in New Issue
Block a user