Add note about synchronous behavior in IE

This commit is contained in:
Winston Chang
2021-05-05 15:56:29 -05:00
parent 38c70842d9
commit d2fbdb6c48

View File

@@ -4052,6 +4052,9 @@ function main(): void {
$head.append(newStyle);
// We can remove the old styles and send update image information
// immediately because the new styles should have been applied
// synchronously.
oldStyle.remove();
removeSheet(oldSheet);
sendImageSize();