chore(core): Keep hiding methods on part
This commit is contained in:
parent
0f82fa9b95
commit
68a19b75f7
1 changed files with 0 additions and 3 deletions
|
@ -114,15 +114,12 @@ Part.prototype.shorthand = function () {
|
||||||
complete,
|
complete,
|
||||||
context: this.context,
|
context: this.context,
|
||||||
getId: this.__getIdClosure(),
|
getId: this.__getIdClosure(),
|
||||||
hide: this.hide,
|
|
||||||
log: this.context.store.log,
|
log: this.context.store.log,
|
||||||
paperless,
|
paperless,
|
||||||
part: this,
|
part: this,
|
||||||
sa,
|
sa,
|
||||||
scale: this.context.settings?.scale,
|
scale: this.context.settings?.scale,
|
||||||
setHidden: this.setHidden,
|
|
||||||
store: this.context.store,
|
store: this.context.store,
|
||||||
unhide: this.unhide,
|
|
||||||
units: this.__unitsClosure(),
|
units: this.__unitsClosure(),
|
||||||
utils: utils,
|
utils: utils,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue