I need js snippet which will be triggered in stead of single click in deck component. i tried following snippet but no luck.
i changed the id to StickPostDeck,
try {
if (skuid.$(‘#StickPostDeck’)) {
skuid.$(‘#StickPostDeck’).dblclick(function(){
console.log(‘double clicked’);
});
}
} catch (error) {
}