Merge branch 'feat/chrome-native-fs' of github.com:logseq/logseq into feat/chrome-native-fs

This commit is contained in:
Tienson Qin
2020-11-30 12:17:55 +08:00
6 changed files with 53 additions and 53 deletions

View File

@@ -72,6 +72,8 @@ export var getSelectionText = function() {
return '';
}
// Modified from https://github.com/GoogleChromeLabs/browser-nativefs
// because shadow-cljs doesn't handle this babel transform
const getFiles = async function (dirHandle, recursive, cb, path = dirHandle.name) {