Skip to content

Commit fcbb378

Browse files
committed
Diagnostic
1 parent fe88542 commit fcbb378

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

inst/htmlwidgets/rhtmlPictographs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/htmlwidgets/rhtmlPictographs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theSrc/scripts/GraphicCell.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,10 @@ class GraphicCell extends BaseCell {
566566
.catch(imageErrorHandler)
567567
.then(() => Promise.all(variableImageRenderPromises))
568568
.catch(imageErrorHandler)
569+
.then(() => Promise.all(baseImageRenderPromises))
570+
.catch(imageErrorHandler)
571+
.then(() => Promise.all(variableImageRenderPromises))
572+
.catch(imageErrorHandler)
569573

570574
return imageCompletePromise.then(() => {
571575
if (this.config.tooltip) {

0 commit comments

Comments
 (0)