chore: Add debug flag to enable text container bounding box (#6296)
* debug: Add debug flag to enable text container bounding box * newline * fix
This commit is contained in:
@ -22,3 +22,8 @@ REACT_APP_DEV_ENABLE_SW=
|
||||
REACT_APP_DEV_DISABLE_LIVE_RELOAD=
|
||||
|
||||
FAST_REFRESH=false
|
||||
|
||||
#Debug flags
|
||||
|
||||
# To enable bounding box for text containers
|
||||
REACT_APP_DEBUG_ENABLE_TEXT_CONTAINER_BOUNDING_BOX=
|
||||
|
Reference in New Issue
Block a user