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
Seems more reasonable than 80. Workaround: eruda.init({ defaults: { displaySize: 50 } });
eruda.init({ defaults: { displaySize: 50 } });
To change at runtime: eruda.get().config.set( "displaySize", 50 );
eruda.get().config.set( "displaySize", 50 );
See also: https://github.com/liriliri/eruda/issues/327#issue-1690218288
The text was updated successfully, but these errors were encountered:
Is "window.define = undefined" really important premise..? If so, maybe add it into Eruda?
window.define = undefined
Sorry, something went wrong.
Also for usability concern: The "margin-bottom" of "<body>" should be temporarily overridden: to compensate Eruda panels' blockage.
No branches or pull requests
Seems more reasonable than 80.
Workaround:
eruda.init({ defaults: { displaySize: 50 } });
To change at runtime:
eruda.get().config.set( "displaySize", 50 );
See also: https://github.com/liriliri/eruda/issues/327#issue-1690218288
The text was updated successfully, but these errors were encountered: