mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-28 03:24:43 +08:00
Refactoring, various fixes
This commit is contained in:
@@ -18,7 +18,11 @@ export default class Select extends IMouseClickDrag {
|
||||
endDrag() {
|
||||
if (this.started) {
|
||||
this.selectorElement.finishSelecting()
|
||||
} else {
|
||||
}
|
||||
}
|
||||
|
||||
unclicked() {
|
||||
if (!this.started) {
|
||||
this.blueprint.unselectAll()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user