mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 09:53:13 +00:00
Prevent compilation request from being ignored in compiler.js (#5818)
GitOrigin-RevId: 1442ad0890b73134e6f563a1b474e4bc9e8a6ecd
This commit is contained in:
parent
7de1e6f979
commit
9ce51f9f2f
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ export default class DocumentCompiler {
|
|||
})
|
||||
|
||||
if (wasCompiling) {
|
||||
if (options.isAutoCompileOnChange) {
|
||||
this.debouncedAutoCompile()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue