File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/commands/commandBindings Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { path as pathUtil } from '../../utils'
33import api from '../../backendAPI'
44import * as Modal from '../../components/Modal/actions'
55import TabStore from 'components/Tab/store'
6- import FileState from 'commons/File/state'
76import FileStore from 'commons/File/store'
7+ const FileState = FileStore . getState ( )
88import { notify } from '../../components/Notification/actions'
99import i18n from 'utils/createI18n'
1010import icons from 'file-icons-js'
Original file line number Diff line number Diff line change 124124 "reselect" : " ^2.5.4" ,
125125 "sh.js" : " git+https://github.com/vangie/sh.js#v1.2.28" ,
126126 "socket.io-client" : " ^1.7.3" ,
127- "socket.io-client-legacy" : " git+https://github.com/hackape /socket.io-client#0.9.18" ,
127+ "socket.io-client-legacy" : " git+https://github.com/Coding /socket.io-client#0.9.18" ,
128128 "sockjs-client" : " ^1.1.1" ,
129129 "stompjs" : " ^2.3.3" ,
130130 "styled-components" : " ^2.1.2" ,
You can’t perform that action at this time.
0 commit comments