@lvce-editor/constants 5.1.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -100,6 +100,8 @@ export const getElementTag = (type) => {
|
|
|
100
100
|
return ElementTag.Select;
|
|
101
101
|
case VirtualDomElements.Span:
|
|
102
102
|
return ElementTag.Span;
|
|
103
|
+
case VirtualDomElements.Strong:
|
|
104
|
+
return ElementTag.Strong;
|
|
103
105
|
case VirtualDomElements.Style:
|
|
104
106
|
return ElementTag.Style;
|
|
105
107
|
case VirtualDomElements.Table:
|