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 @@ -170,7 +170,8 @@ class default_1 extends Controller {
170
170
requireReset = true ;
171
171
break ;
172
172
}
173
- 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 / ) ) {
173
+ if ( mutation . target === this . element &&
174
+ 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 / ) ) {
174
175
requireReset = true ;
175
176
break ;
176
177
}
Original file line number Diff line number Diff line change @@ -393,7 +393,10 @@ export default class extends Controller {
393
393
break ;
394
394
}
395
395
396
- 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 / ) ) {
396
+ if (
397
+ mutation . target === this . element &&
398
+ 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 / )
399
+ ) {
397
400
requireReset = true ;
398
401
399
402
break ;
You can’t perform that action at this time.
0 commit comments