issues
search
aframevr
/
aframe-inspector
:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
655
stars
203
forks
source link
Fixes some bug in the copy&paste implementation
#435
Closed
fernandojsg
closed
7 years ago
fernandojsg
commented
7 years ago
Just a few changes to the @vershwal implementation:
It prevent to use both CMD and CTRL in mac to copy and paste, it just check the current OS and activate CMD for macos or CTRL for windows.
Prevents to paste a deleted element.
Just a few changes to the @vershwal implementation: