mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 23:48:01 -05:00
Add note about synchronous behavior in IE
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user