chore: remove duplicate condition in `if` statement (#9023)

pull/9037/head
Teo 12 months ago committed by GitHub
parent 959825c7c4
commit 01cbb661d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -530,7 +530,6 @@ export default class Element extends Node {
this.name === 'option' ||
this.is_dynamic_element ||
this.tag_expr.dynamic_dependencies().length ||
this.is_dynamic_element ||
component.compile_options.dev
) {
this.parent.cannot_use_innerhtml(); // need to use add_location

Loading…
Cancel
Save