Rename to `isFromNative`

pull/3094/head
Grandschtroumpf 5 years ago committed by François
parent 53da285716
commit d0a0041273
  1. 2
      src/app/files/fileManager.js

@ -165,7 +165,7 @@ class FileManager extends Plugin {
toaster.hide()
}
if (this.currentRequest) {
if (this.currentRequest.fromNative) {
if (this.currentRequest.isFromNative) {
this._setFileInternal(path, content)
return
}

Loading…
Cancel
Save