Prevent compilation request from being ignored in compiler.js (#5818)

GitOrigin-RevId: 1442ad0890b73134e6f563a1b474e4bc9e8a6ecd
This commit is contained in:
Miguel Serrano 2021-11-25 11:25:21 +01:00 committed by Copybot
parent 7de1e6f979
commit 9ce51f9f2f

View file

@ -67,6 +67,9 @@ export default class DocumentCompiler {
})
if (wasCompiling) {
if (options.isAutoCompileOnChange) {
this.debouncedAutoCompile()
}
return
}