- 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:
@ -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"]
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
___
|
||||
|
||||
|
||||
Reference in New Issue
Block a user