deckgl icon indicating copy to clipboard operation
deckgl copied to clipboard

Made proxy work for multiple maps in Shiny

Open hckiang opened this issue 1 year ago • 0 comments

This commit fixes this issue: https://github.com/crazycapivara/deckgl/issues/224

Apparently Shiny's addCustomMessageHandler is a misnomer: it should be called setCustomMessageHandler because each time you add a handler to the same keyword it'll replace the previous one. This fix just gives handlers of each deckgl widget a unique name so that they can coexist.

hckiang avatar Sep 19 '24 16:09 hckiang