Unnecessary warning suppressed

This commit is contained in:
barsdeveloper
2023-04-01 22:38:18 +02:00
parent 5de6952c48
commit f841b890a2
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ export default class KeyBindingEntity extends IEntity {
}
constructor(values = {}) {
super(values)
super(values, true)
/** @type {String} */ this.ActionName
/** @type {Boolean} */ this.bShift
/** @type {Boolean} */ this.bCtrl