mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-05 15:17:32 +08:00
Improove naming input options
This commit is contained in:
@@ -13,7 +13,7 @@ import Utility from "../../Utility"
|
||||
export default class MouseMoveDraggable extends IMouseClickDrag {
|
||||
|
||||
clicked(location) {
|
||||
if (this.options.repositionClickOffset) {
|
||||
if (this.options.repositionOnClick) {
|
||||
this.target.setLocation(this.stepSize > 1
|
||||
? Utility.snapToGrid(location, this.stepSize)
|
||||
: location
|
||||
|
||||
Reference in New Issue
Block a user