isReadonly always return false

pull/1/head
yann300 7 years ago
parent 419dcc71d8
commit 32708b8a7c
  1. 3
      src/app/files/shared-folder.js

@ -145,8 +145,7 @@ module.exports = class SharedFolder {
}
isReadOnly (path) {
if (this.files) return this.files[path]
return true
return false // TODO: add a callback here to allow calling remixd
}
remove (path) {

Loading…
Cancel
Save