Fix toolbox hotkey chart selection and toolbox resize display bug (#267)
This commit is contained in:
@ -117,6 +117,11 @@ if (!window.ToolBox) {
|
||||
this.chart.activeIcon.action(true)
|
||||
})
|
||||
this.chart.commandFunctions.push((event) => {
|
||||
|
||||
if (this.chart !== window.selectedChart) {
|
||||
return
|
||||
}
|
||||
|
||||
if (event.altKey && event.code === keyCmd) {
|
||||
event.preventDefault()
|
||||
if (this.chart.activeIcon) {
|
||||
|
||||
Reference in New Issue
Block a user