plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

The event_data function does not work correctly with cache

Open apalacio9502 opened this issue 3 years ago • 0 comments

Hello,

Currently the event_data function only checks the session$userData$plotlyShinyEventIDs list if the event exists. This means that a plot that has been rendered from the cache is not included in the list.

Reviewing the code, I think it should also be verified in the names of the session$userData$plotlyInputStore reactive list. With the objective that quite uncomfortable warnings do not appear when executing an application with cache.

Greeting

apalacio9502 avatar May 06 '22 17:05 apalacio9502