Et2Image: Fix widget style property overrode actual DOM style property

This commit is contained in:
nathan 2024-08-14 13:39:38 -06:00
parent ac86b58457
commit 969164e7d3

View File

@ -8,7 +8,7 @@
* @author Nathan Gray
*/
import {css, html, LitElement, render, nothing} from "lit";
import {css, html, LitElement, nothing, render} from "lit";
import {Et2Widget} from "../Et2Widget/Et2Widget";
import {et2_IDetachedDOM} from "../et2_core_interfaces";
import {property} from "lit/decorators/property.js";