Skip to content

Fix copy component to clipboard#797

Merged
dmarcos merged 1 commit intoaframevr:masterfrom
vincentfretin:fix-copy-component
Jan 27, 2025
Merged

Fix copy component to clipboard#797
dmarcos merged 1 commit intoaframevr:masterfrom
vincentfretin:fix-copy-component

Conversation

@vincentfretin
Copy link
Contributor

Fix copy component to clipboard.
This closes #672

Click on the yellow sphere and then click on copy to clipboard for material, we properly get now:
material="color: #ff0; roughness: 1"

Same as copy entity to clipboard:

<a-entity id="yellowSphere" geometry="primitive: sphere" material="color: #ff0; roughness: 1" position="-2 2 -2" models-array="models: one, two"></a-entity>

@vincentfretin vincentfretin changed the title Fix copy component to clipboard (fix #672) Fix copy component to clipboard Jan 27, 2025
@dmarcos dmarcos merged commit 278dfcd into aframevr:master Jan 27, 2025
1 check passed
@dmarcos
Copy link
Member

dmarcos commented Jan 27, 2025

Super thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Copy component values to clipboard wrong

2 participants