mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-28 19:54:43 +08:00
New icons and types
This commit is contained in:
@@ -164,10 +164,7 @@ export default class PinElement extends IElement {
|
||||
}
|
||||
|
||||
getColor() {
|
||||
if (!this.pinType) {
|
||||
return Configuration.pinColor["default"]
|
||||
}
|
||||
return Configuration.pinColor[this.pinType]
|
||||
return Configuration.pinColor[this.pinType] ?? Configuration.pinColor["default"]
|
||||
}
|
||||
|
||||
isInput() {
|
||||
|
||||
Reference in New Issue
Block a user