|
@@ -864,7 +864,8 @@ const drawElementFromCanvas = (
|
|
);
|
|
);
|
|
|
|
|
|
if (
|
|
if (
|
|
- process.env.REACT_APP_DEBUG_ENABLE_TEXT_CONTAINER_BOUNDING_BOX &&
|
|
|
|
|
|
+ process.env.REACT_APP_DEBUG_ENABLE_TEXT_CONTAINER_BOUNDING_BOX ===
|
|
|
|
+ "true" &&
|
|
hasBoundTextElement(element)
|
|
hasBoundTextElement(element)
|
|
) {
|
|
) {
|
|
const coords = getContainerCoords(element);
|
|
const coords = getContainerCoords(element);
|