mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Skip doTriggerResize() during initial output info send
This commit is contained in:
@@ -478,7 +478,7 @@ class ShinyClass {
|
||||
if (id) outputIds.add(id);
|
||||
ensureObservers(el);
|
||||
|
||||
doTriggerResize(el);
|
||||
if (!initial) doTriggerResize(el);
|
||||
doSendHiddenState(el, initial);
|
||||
if (reportsSize(el)) {
|
||||
doSendSize(el, initial);
|
||||
|
||||
Reference in New Issue
Block a user