improvement: Support numbers with commas in them (#2636)

This commit is contained in:
Christopher Chedeau 2020-12-20 04:08:22 -08:00 committed by GitHub
parent f14ae52e94
commit eb9e67e36a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 63 additions and 23 deletions

View file

@ -31,6 +31,7 @@ Please add the latest change on the top under the correct section.
- Fix resizing the pasted charts [#2586](https://github.com/excalidraw/excalidraw/pull/2586)
- Fix element visibility and zoom on cursor when canvas offset isn't 0. [#2534](https://github.com/excalidraw/excalidraw/pull/2534)
- Fix Library Menu Layout [#2502](https://github.com/excalidraw/excalidraw/pull/2502)
- Support number with commas in charts [#2636](https://github.com/excalidraw/excalidraw/pull/2636)
### Improvements