mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
Merge branch 'feat/chrome-native-fs' of github.com:logseq/logseq into feat/chrome-native-fs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user