svelthree icon indicating copy to clipboard operation
svelthree copied to clipboard

Adding `innerText` to shadow DOM `<div>`s might be obsolete (?)

Open vatro opened this issue 3 years ago • 0 comments

Component can be <a> or <button> (e.g. Mesh) https://github.com/vatro/svelthree/blob/8fb54d28b52b43532b15600bd01d4712f2032ed6/src/components/Mesh.svelte#L403-L406

Component cannot be <a> or <button> (e.g. DirectionalLight) https://github.com/vatro/svelthree/blob/8fb54d28b52b43532b15600bd01d4712f2032ed6/src/components/DirectionalLight.svelte#L273-L277

vatro avatar Jun 13 '22 05:06 vatro