File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,8 @@ class default_1 extends Controller {
183
183
}
184
184
break ;
185
185
}
186
- if ( mutation . target === this . element && mutation . attributeName . match ( / d a t a - ( s y m f o n y - - u x - ) ? a u t o c o m p l e t e / ) ) {
186
+ if ( mutation . target === this . element &&
187
+ mutation . attributeName . match ( / d a t a - ( s y m f o n y - - u x - ) ? a u t o c o m p l e t e / ) ) {
187
188
requireReset = true ;
188
189
break ;
189
190
}
Original file line number Diff line number Diff line change @@ -402,7 +402,10 @@ export default class extends Controller {
402
402
break ;
403
403
}
404
404
405
- if ( mutation . target === this . element && mutation . attributeName . match ( / d a t a - ( s y m f o n y - - u x - ) ? a u t o c o m p l e t e / ) ) {
405
+ if (
406
+ mutation . target === this . element &&
407
+ mutation . attributeName . match ( / d a t a - ( s y m f o n y - - u x - ) ? a u t o c o m p l e t e / )
408
+ ) {
406
409
requireReset = true ;
407
410
408
411
break ;
You can’t perform that action at this time.
0 commit comments