We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0463e4 commit edccd76Copy full SHA for edccd76
src/client.js
@@ -953,7 +953,7 @@ async function Delete(file) {
953
Observer.init({
954
name: 'CoCreateFileAddedNodes',
955
observe: ['addedNodes'],
956
- target: '[type="file"]',
+ selector: '[type="file"]',
957
callback: mutation => init(mutation.target)
958
959
});
@@ -962,7 +962,7 @@ Observer.init({
962
name: 'CoCreateFileAttributes',
963
observe: ['attributes'],
964
attributeName: ['type'],
965
966
967
968
0 commit comments