updates on #63
Former-commit-id: 6b9d5bca43a4e18af638af9453255170dbe06adf
This commit is contained in:
@@ -98,11 +98,11 @@ function addFrontMatterItemPrompt(parent) {
|
||||
|
||||
if (type == "array" || type == "object") {
|
||||
if (parent.dataset.type == "parent") {
|
||||
makeFromBaseTemplate(bid, newtype, name, document.querySelector('.frontmatter'));
|
||||
makeFromBaseTemplate(id, type, name, document.querySelector('.frontmatter'));
|
||||
return;
|
||||
}
|
||||
|
||||
makeFromBaseTemplate(bid, newtype, name, block);
|
||||
makeFromBaseTemplate(id, type, name, block);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user