Fix a bug accessing null

This commit is contained in:
barsdeveloper
2022-04-30 18:33:27 +02:00
parent 0ef023edf2
commit fcf1bbf32c
11 changed files with 36 additions and 50 deletions

View File

@@ -87,10 +87,6 @@ export default class PinEntity extends IEntity {
return !this.bHidden && this.Direction == "EGPD_Output"
}
/**
*
* @returns {Boolean}
*/
isLinked() {
return this.LinkedTo?.length > 0 ?? false
}