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 {
183183 }
184184 break ;
185185 }
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 / ) ) {
187188 requireReset = true ;
188189 break ;
189190 }
Original file line number Diff line number Diff line change @@ -402,7 +402,10 @@ export default class extends Controller {
402402 break ;
403403 }
404404
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+ ) {
406409 requireReset = true ;
407410
408411 break ;
You can’t perform that action at this time.
0 commit comments