mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-21 05:27:34 +08:00
Minor refactoring and fixes
This commit is contained in:
@@ -31,7 +31,7 @@ export default class BoolInputPinTemplate extends PinTemplate {
|
||||
createInputObjects() {
|
||||
return [
|
||||
...super.createInputObjects(),
|
||||
new MouseIgnore(this.#input, this.element.blueprint),
|
||||
new MouseIgnore(this.#input, this.blueprint),
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user