Merge branch 'develop' into eriese-hiding
This commit is contained in:
commit
dcb9833a9a
64 changed files with 1950 additions and 1497 deletions
|
@ -163,6 +163,9 @@ Pattern.prototype.draftPartForSet = function (partName, set) {
|
|||
try {
|
||||
this.__runHooks('prePartDraft')
|
||||
const result = this.config.parts[partName].draft(this.parts[set][partName].shorthand())
|
||||
if (!this.__wants(partName, set)) {
|
||||
result.hide()
|
||||
}
|
||||
this.__runHooks('postPartDraft')
|
||||
if (typeof result === 'undefined') {
|
||||
this.setStores[set].log.error(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue