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 77 * file that was distributed with this source code.
88 */
99
10- import { Controller } from '@hotwired/stimulus' ;
10+ import { Controller } from '@hotwired/stimulus' ;
1111
1212export default class extends Controller {
1313 declare readonly inputTarget : HTMLInputElement ;
@@ -72,7 +72,7 @@ export default class extends Controller {
7272 }
7373 }
7474
75- this . dispatchEvent ( ' clear' ) ;
75+ this . dispatchEvent ( " clear" ) ;
7676 }
7777
7878 onInputChange ( ) {
@@ -184,6 +184,6 @@ export default class extends Controller {
184184 }
185185
186186 private dispatchEvent ( name : string , payload : any = { } ) {
187- this . dispatch ( name , { detail : payload , prefix : 'dropzone' } ) ;
187+ this . dispatch ( name , { detail : payload , prefix : 'dropzone' } ) ;
188188 }
189189}
You can’t perform that action at this time.
0 commit comments