liquor-tree icon indicating copy to clipboard operation
liquor-tree copied to clipboard

Inconsistent Behaviour of node selection

Open munjal-vandana opened this issue 4 years ago • 1 comments

In my use case, when you click on a node. A request is trigged to fetch data corresponding to the clicked node.

Everything works well, except it does not update the selected class. For your reference,

on_select_node: function(){
        this.$router.push({ 
            path: `/engage/search`,
            query: Object.assign(
                {}, 
                this.$route.query, {
                    sn:selected_node,
                    sa_page:1
                }
            )
        });
}

@amsik Can you please look into this and help me with a workaround.

munjal-vandana avatar Mar 26 '20 12:03 munjal-vandana

Hi! Can you show an example somewhere? jsfiddle or similar

amsik avatar Apr 02 '20 07:04 amsik