mherger wrote: > > I didn't think it was. I'm 100% sure its a Material issue. > > When I click that menu item, nothing happens, because "allowTextClick" > for that item is false, and it's considered type="text". Where could I > find out why that "allowTextClick" flag is set to false?
I -think- line 236 is browse-resp.js is where you want to look. This looks like a similar case to the delete history entry in Spotty. Line 202 in browse-page.js is what should be happening. Ie. the "v-list-tile" block is controlled via a "v-if=" as long as the "if" is true, then a click there would have allowTextClick to be true. It's the only pace where it would be true. So, browse-resp.js should be setting the type to "text", and browse-page.js checking the item type is text and other params before allowing a click. Make sense? ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
