mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 07:45:01 +02:00
Merge branch 'beta' into mdiller_settings
This commit is contained in:
@ -335,4 +335,10 @@ function BraceExpander() {
|
||||
return evaluated(dctParse);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
function asyncDelay(timeout) {
|
||||
return new Promise(function(resolve, reject) {
|
||||
setTimeout(resolve, timeout, true)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user