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 @@ -453,7 +453,10 @@ export default class extends Controller {
453
453
break ;
454
454
}
455
455
456
- 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 / ) ) {
456
+ if (
457
+ mutation . target === this . element &&
458
+ 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 / )
459
+ ) {
457
460
requireReset = true ;
458
461
459
462
break ;
You can’t perform that action at this time.
0 commit comments