Skip to content
New issue

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

automaticLayoutnot working in v0.20.0 #1930

Closed
zhengshengliang opened this issue Apr 20, 2020 · 1 comment
Closed

automaticLayoutnot working in v0.20.0 #1930

zhengshengliang opened this issue Apr 20, 2020 · 1 comment
Assignees
Milestone

Comments

@zhengshengliang
Copy link

zhengshengliang commented Apr 20, 2020

monaco-editor version: 0.20.0
Browser: chrome
OS: Mac OS
Playground code that reproduces the issue:

<EasyEditor
  value={ddl}
  language="sql"
  onChange={this.handleEditorChange}
  options={{
    fontSize: 14,
    automaticLayout: true, // !!!!oops  this is not work in v0.20.0
    scrollbar: {
      alwaysConsumeMouseWheel: false
    }
  }}
/>
@spahnke
Copy link
Contributor

spahnke commented Apr 20, 2020

This will be fixed in the next version; see #1878

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants