mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-26 18:24:45 +08:00
Bugfixes, added pin types, colors
This commit is contained in:
@@ -168,7 +168,7 @@ export default class PinElement extends IElement {
|
||||
|
||||
/** @return {CSSResult} */
|
||||
getColor() {
|
||||
return Configuration.getPinColor(this)
|
||||
return Configuration.pinColor(this)
|
||||
}
|
||||
|
||||
isInput() {
|
||||
|
||||
Reference in New Issue
Block a user