Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisonian committed Feb 16, 2021
1 parent cc42816 commit 0b0529d
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 35 deletions.
114 changes: 82 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"electron-squirrel-startup": "^1.0.0",
"fast-copy": "^2.1.1",
"fix-path": "^3.0.0",
"idyll": "^5.2.2",
"idyll": "^5.2.4",
"idyll-ast": "^2.2.1",
"idyll-compiler": "^4.0.20",
"idyll-components": "^4.1.2",
"idyll-document": "^3.4.2",
"idyll-components": "^4.1.4",
"idyll-document": "^3.4.4",
"lodash.throttle": "^4.1.1",
"postcss": "^8.2.4",
"postcss-js": "^3.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default class EditableCodeCell extends React.Component {
ref={this._cellCodeRef}
contentEditable={editing}
suppressContentEditableWarning={true}
style={{minHeight: '1.33em'}}
onKeyDown={this.handleKeyDown}
onBlur={this.onBlur}>
{this.props.markup}
Expand Down

0 comments on commit 0b0529d

Please sign in to comment.