mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-15 04:50:53 +08:00
Minor refactoring and fixes
This commit is contained in:
@@ -4,7 +4,7 @@ export default class Select extends IMouseClickDrag {
|
||||
|
||||
constructor(target, blueprint, options) {
|
||||
super(target, blueprint, options)
|
||||
this.selectorElement = this.blueprint.selectorElement
|
||||
this.selectorElement = this.blueprint.template.selectorElement
|
||||
}
|
||||
|
||||
startDrag() {
|
||||
|
||||
Reference in New Issue
Block a user