citeproc-rs support (#2220)
Disabled under zotero.cite.useCiteprocRs by default
This commit is contained in:
parent
55e8f7914b
commit
44b6cd0525
22 changed files with 7429 additions and 182 deletions
|
@ -47,7 +47,6 @@ async function babelWorker(ev) {
|
|||
.replace('document.body.appendChild(scrollDiv)', 'document.documentElement.appendChild(scrollDiv)')
|
||||
.replace('document.body.removeChild(scrollDiv)', 'document.documentElement.removeChild(scrollDiv)');
|
||||
}
|
||||
|
||||
// Patch single-file
|
||||
else if (sourcefile === 'resource/SingleFile/dist/single-file.js') {
|
||||
// Change for what I assume is a bug in Firefox. We create a singlefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue