David Császár
David Császár
Froala 4.2.1 overwrites the `font-family` defined by the container (both iframe and inline editors). It also tries to overwrite the `font-size` but luckily fails b/c of invalid CSS. After checking...
As discussed in #1835, `queueMicrotask` is faster than `MessageChannel` in most situations if `setTimeout` clamping is taken care of. This can be done by interleaving `setTimeout` and `MessageChannel`. ## Description...
Fixes #1067 Closes #1022
**Describe the bug** The Chrome `--headless=new` option is only effective on the first run because of repeated `--headless=new --headless=new ...` for the other runs, which apparently triggers the old headless...