fix: remove slow props
This commit is contained in:
parent
cfa5f986f7
commit
8c33d58030
|
@ -181,14 +181,6 @@ export class Entity extends decorate(Resource) {
|
|||
return type in this._traits;
|
||||
}
|
||||
|
||||
get isDirty() {
|
||||
return this._isDirty;
|
||||
}
|
||||
|
||||
set isDirty(isDirty) {
|
||||
this._isDirty = isDirty;
|
||||
}
|
||||
|
||||
patchStateStep(type, step) {
|
||||
let instance = this._traits[type];
|
||||
// New trait requested?
|
||||
|
|
Loading…
Reference in New Issue
Block a user