mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:17:41 +08:00
Node replace bug fix, names simplify
This commit is contained in:
@@ -72,6 +72,8 @@ export default class Configuration {
|
||||
}
|
||||
static maxZoom = 7
|
||||
static minZoom = -12
|
||||
static mouseClickButton = 0
|
||||
static mouseRightClickButton = 2
|
||||
static mouseWheelFactor = 0.2
|
||||
static nodeDragGeneralEventName = "ueb-node-drag-general"
|
||||
static nodeDragEventName = "ueb-node-drag"
|
||||
|
||||
Reference in New Issue
Block a user