fix: harden browser file picker and remove legacy
This commit is contained in:
@@ -120,6 +120,7 @@ export function initFilePicker(config) {
|
||||
const elements = {
|
||||
fileInputEl: root.querySelector('.fp-file-input'),
|
||||
folderInputEl: root.querySelector('.fp-folder-input'),
|
||||
statusEl: root.querySelector('.fp-status'),
|
||||
tableBodyEl: root.querySelector('.fp-table-body'),
|
||||
countEl: root.querySelector('.fp-count'),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user