File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ async function upload(element, data) {
534534 }
535535
536536 // Append the first segment to start
537- appendSegmfent ( 0 ) ;
537+ appendSegment ( 0 ) ;
538538 } ) ;
539539
540540
@@ -877,7 +877,7 @@ async function Delete(file) {
877877Observer . init ( {
878878 name : 'CoCreateFileAddedNodes' ,
879879 observe : [ 'addedNodes' ] ,
880- target : 'input [type="file"]' ,
880+ target : '[type="file"]' ,
881881 callback : mutation => init ( mutation . target )
882882
883883} ) ;
@@ -886,7 +886,7 @@ Observer.init({
886886 name : 'CoCreateFileAttributes' ,
887887 observe : [ 'attributes' ] ,
888888 attributeName : [ 'type' ] ,
889- target : 'input [type="file"]' ,
889+ target : '[type="file"]' ,
890890 callback : mutation => init ( mutation . target )
891891} ) ;
892892
You can’t perform that action at this time.
0 commit comments