We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ctrl-click on a Morph in Galyleo gives this: Whereas it should show this: Since these are the only operations supported by Galyleo
The text was updated successfully, but these errors were encountered:
Fixed by adding
const submorphsToDrop = ['grab', 'copy', 'inspect', 'edit', 'component', 'responsive']; halo.submorphs.forEach(sm => { if (submorphsToDrop.indexOf(sm.name) >= 0) { sm.remove(); } });
To GalyleoStudioWorld.showHaloFor. See
GalyleoStudioWorld.showHaloFor
$world.execCommand("open browser", {moduleName: "studio/ui.cp.js", packageName: "engageLively--galyleo-dashboard", codeEntity: [{"name":"GalyleoStudioWorld","type":"class-decl"},{"name":"showHaloFor","type":"class-instance-method"}]});
Sorry, something went wrong.
Request review from @merryman
rickmcgeer
merryman
No branches or pull requests
ctrl-click on a Morph in Galyleo gives this:
Whereas it should show this:
Since these are the only operations supported by Galyleo
The text was updated successfully, but these errors were encountered: