Skip to content

Instantly share code, notes, and snippets.

@hawkeye64
Created November 18, 2018 19:45
Show Gist options
  • Save hawkeye64/b4a2e621fb82c352452bdde29106bf2e to your computer and use it in GitHub Desktop.
Save hawkeye64/b4a2e621fb82c352452bdde29106bf2e to your computer and use it in GitHub Desktop.
rescanCurrentFolder function
rescanCurrentFolder: function () {
this.clearAllContentItems()
this.contents.push(...this.getFolderContents(this.selectedFolder))
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment