@myissue/vue-website-page-builder 3.2.66 → 3.2.68
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.
package/package.json
CHANGED
|
@@ -847,9 +847,7 @@ class PageBuilderClass {
|
|
|
847
847
|
}
|
|
848
848
|
}
|
|
849
849
|
|
|
850
|
-
//
|
|
851
850
|
handleTextInput = async (textContentVueModel: string): Promise<void> => {
|
|
852
|
-
// // text content
|
|
853
851
|
if (typeof this.getElement.value?.innerHTML !== 'string') {
|
|
854
852
|
return
|
|
855
853
|
}
|
|
@@ -1364,7 +1362,6 @@ class PageBuilderClass {
|
|
|
1364
1362
|
if (parentHyperlink !== null) {
|
|
1365
1363
|
this.pageBuilderStateStore.setHyperlinkAbility(false)
|
|
1366
1364
|
}
|
|
1367
|
-
//
|
|
1368
1365
|
const elementTag = this.getElement.value?.tagName.toUpperCase()
|
|
1369
1366
|
|
|
1370
1367
|
if (
|