vuent icon indicating copy to clipboard operation
vuent copied to clipboard

NavView link's icon is not clickable

Open arturmiz opened this issue 4 years ago • 1 comments

When NavView is in compact mode, link's icon is not clickable therefore it's required to expand the bar to navigate. The icon should act the same way as the text link.

arturmiz avatar Nov 29 '20 20:11 arturmiz

Just stumbled upon this today and clearly I'm not alone! As a transitory fix, I added a ref to each of the vnt-navview-items. With that, I conditionally added active on the current selected index and removed the attribute from the "old active" index (cached that in a variable).

I'll see if I can work on a fix for this.

theGeekyLad avatar Dec 17 '20 07:12 theGeekyLad