Skip to content

Commit

Permalink
Added missing alt arg
Browse files Browse the repository at this point in the history
  • Loading branch information
JooYoung Seo committed Aug 20, 2020
1 parent 19704c1 commit c844ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/render-cached-plot.R
Expand Up @@ -446,6 +446,7 @@ renderCachedPlot <- function(expr,
function(userCacheKeyResult) {
width <- fitDims$width
height <- fitDims$height
alt <- altWrapper()
pixelratio <- session$clientData$pixelratio %OR% 1

key <- digest::digest(list(outputName, userCacheKeyResult, width, height, res, pixelratio), "xxhash64")
Expand All @@ -461,6 +462,7 @@ renderCachedPlot <- function(expr,
plotObj = plotObj,
width = width,
height = height,
alt = alt,

This comment has been minimized.

Copy link
@schloerke

schloerke Aug 20, 2020

Collaborator

Nice. Missed this one.

pixelratio = pixelratio
))
}
Expand Down

0 comments on commit c844ea6

Please sign in to comment.