Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix copy component to clipboard #797

Merged
merged 1 commit into from
Jan 27, 2025

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

@vincentfretin vincentfretin deleted the fix-copy-component branch January 28, 2025 08:44
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