1
0
Fork 0

chore(core): Keep hiding methods on part

This commit is contained in:
Joost De Cock 2022-09-28 23:11:55 +02:00
parent 0f82fa9b95
commit 68a19b75f7

View file

@ -114,15 +114,12 @@ Part.prototype.shorthand = function () {
complete,
context: this.context,
getId: this.__getIdClosure(),
hide: this.hide,
log: this.context.store.log,
paperless,
part: this,
sa,
scale: this.context.settings?.scale,
setHidden: this.setHidden,
store: this.context.store,
unhide: this.unhide,
units: this.__unitsClosure(),
utils: utils,
}