File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/compiler/compile/render_dom/wrappers/Element Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -826,7 +826,7 @@ export default class ElementWrapper extends Wrapper {
826
826
(${ data } .multiple ? @select_options : @select_option)(${ this . var } , ${ data } .value);
827
827
` ) ;
828
828
block . chunks . update . push ( b `
829
- if (${ block . renderer . dirty ( Array . from ( dependencies ) ) } && 'value' in ${ data } ) (${ data } .multiple ? @select_options : @select_option)(${ this . var } , ${ data } .value);;
829
+ if (${ block . renderer . dirty ( Array . from ( dependencies ) ) } && 'value' in ${ data } ) (${ data } .multiple ? @select_options : @select_option)(${ this . var } , ${ data } .value);
830
830
` ) ;
831
831
} else if ( this . node . name === 'input' && this . attributes . find ( attr => attr . node . name === 'value' ) ) {
832
832
const type = this . node . get_static_attribute_value ( 'type' ) ;
You can’t perform that action at this time.
0 commit comments