- Fixed 'JSON cannot stringify cyclic structures' web console error

- Changed undo key command to meta+Z or ctrl+z

- Fixed a bug stopping drawings from switching correctly.
This commit is contained in:
louisnw
2023-07-17 15:05:11 +01:00
parent 95607c6fa4
commit 27b8268799
4 changed files with 47 additions and 39 deletions

View File

@ -1,7 +1,7 @@
project = 'lightweight-charts-python'
copyright = '2023, louisnw'
author = 'louisnw'
release = '1.0.14'
release = '1.0.14.1'
extensions = ["myst_parser"]

View File

@ -567,7 +567,7 @@ The following hotkeys can also be used when the Toolbox is enabled:
* Alt+T: Trendline
* Alt+H: Horizontal Line
* Alt+R: Ray Line
* Meta+Z: Undo
* Meta+Z or Ctrl+Z: Undo
___