mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
05ffce62ef
commit
9f9666110e
2 changed files with 24 additions and 0 deletions
|
@ -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=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue