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
Impact/lib/weltmeister/edit-entities.js
Line 343 in 425cbc1
As far as I can tell this doesn't get used anywhere...
Furthermore, there are other ways of detecting if the editor is running:
if( ig.global.wm ) { /* running weltmeister */ } if( ig.editor ) { /* running weltmeister */ }
Is there really any need to add this information to every single entity?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Impact/lib/weltmeister/edit-entities.js
Line 343 in 425cbc1
As far as I can tell this doesn't get used anywhere...
Furthermore, there are other ways of detecting if the editor is running:
Is there really any need to add this information to every single entity?
The text was updated successfully, but these errors were encountered: