isReadonly always return false

pull/3094/head
yann300 7 years ago
parent a153e45d3e
commit c6cf481463
  1. 3
      src/app/files/shared-folder.js

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

Loading…
Cancel
Save