eat-js-sdk 2.2.1 → 2.2.2
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.
|
@@ -8114,7 +8114,7 @@ const singleColumnTemplate = {
|
|
|
8114
8114
|
const containerStyles = { "--interactionWidthValue": context.interactionWidthValue };
|
|
8115
8115
|
return {
|
|
8116
8116
|
sections,
|
|
8117
|
-
containerClasses: ["container-class"],
|
|
8117
|
+
containerClasses: isSelectableText ? ["overflow-hidden", "container-class"] : ["container-class"],
|
|
8118
8118
|
containerStyles
|
|
8119
8119
|
};
|
|
8120
8120
|
}
|