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 {
170170 requireReset = true ;
171171 break ;
172172 }
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 / ) ) {
174175 requireReset = true ;
175176 break ;
176177 }
Original file line number Diff line number Diff line change @@ -393,7 +393,10 @@ export default class extends Controller {
393393 break ;
394394 }
395395
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+ ) {
397400 requireReset = true ;
398401
399402 break ;
You can’t perform that action at this time.
0 commit comments