mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
Various fixes
This commit is contained in:
@@ -10,8 +10,9 @@ import Utility from "../../Utility"
|
||||
export default class IPointing extends IInput {
|
||||
|
||||
constructor(target, blueprint, options) {
|
||||
options.movementSpace ??= blueprint?.getGridDOMElement() ?? document.documentElement
|
||||
super(target, blueprint, options)
|
||||
this.movementSpace = this.blueprint?.getGridDOMElement() ?? document.documentElement
|
||||
this.movementSpace = options.movementSpace
|
||||
}
|
||||
|
||||
/** @param {MouseEvent} mouseEvent */
|
||||
|
||||
Reference in New Issue
Block a user