icons icon indicating copy to clipboard operation
icons copied to clipboard

Icons dissapear if passed in as a q:slot

Open vdemcak opened this issue 1 year ago • 1 comments

I've discovered, that if an icon is passed directly into a component using the q:slot directive, it will dissapear on the next UI update. The only way to avoid this is to wrap the icon in a <div> and pass the div as a q:slot. This leads to a lot of unneccesary and messy code.

vdemcak avatar Jan 30 '24 21:01 vdemcak