mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-05 23:27:31 +08:00
Unnecessary warning suppressed
This commit is contained in:
2
dist/ueblueprint.js
vendored
2
dist/ueblueprint.js
vendored
@@ -1432,7 +1432,7 @@ class KeyBindingEntity extends IEntity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor(values = {}) {
|
constructor(values = {}) {
|
||||||
super(values);
|
super(values, true);
|
||||||
/** @type {String} */ this.ActionName;
|
/** @type {String} */ this.ActionName;
|
||||||
/** @type {Boolean} */ this.bShift;
|
/** @type {Boolean} */ this.bShift;
|
||||||
/** @type {Boolean} */ this.bCtrl;
|
/** @type {Boolean} */ this.bCtrl;
|
||||||
|
|||||||
2
dist/ueblueprint.min.js
vendored
2
dist/ueblueprint.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -29,7 +29,7 @@ export default class KeyBindingEntity extends IEntity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor(values = {}) {
|
constructor(values = {}) {
|
||||||
super(values)
|
super(values, true)
|
||||||
/** @type {String} */ this.ActionName
|
/** @type {String} */ this.ActionName
|
||||||
/** @type {Boolean} */ this.bShift
|
/** @type {Boolean} */ this.bShift
|
||||||
/** @type {Boolean} */ this.bCtrl
|
/** @type {Boolean} */ this.bCtrl
|
||||||
|
|||||||
Reference in New Issue
Block a user