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
654 stars 201 forks source link

Shape Component Doesn't work in Electron #558

Closed Moikapy closed 5 years ago

Moikapy commented 5 years ago

Original Issue: https://github.com/donmccurdy/aframe-physics-system/issues/113#issuecomment-427977295

Building an an electron app using aframe/aframe-inspector, and ran into an issue with a few of the components using prompt and it not being accepted by electron. Was wondering if anyone would be able to help find a work around for the error.

ngokevin commented 5 years ago

prompt is used on purpose. inspector doesn't officially support electron use. try overriding it for your purposes (electron-prompt).