mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 11:37:33 +08:00
Various fixes
This commit is contained in:
@@ -15,7 +15,7 @@ export default class UnknownKeysEntity extends IEntity {
|
||||
}
|
||||
|
||||
constructor(values) {
|
||||
super(values)
|
||||
super(values, true)
|
||||
/** @type {String} */ this.lookbehind
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user