[Glitch] Update dependencies for Node.js (2018-12-31)

Port compatibility changes from 8f5fdab5bf to glitch-soc
This commit is contained in:
Thibaut Girka
2019-01-02 16:07:33 +01:00
parent 1464620ddb
commit e77ceb1b29
6 changed files with 6 additions and 39 deletions

View File

@@ -303,7 +303,7 @@ export default class UI extends React.Component {
}
setColumnsAreaRef = c => {
this.columnsAreaNode = c.getWrappedInstance().getWrappedInstance();
this.columnsAreaNode = c.getWrappedInstance();
}
handleHotkeyNew = e => {