Skip to content

Commit

Permalink
build: v8.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Mar 23, 2022
1 parent 97e5d1f commit 8dfebc2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 8.3.6
`2022-03-23`
+ 🐞 Fix shape issues on the mobile.

## 8.3.5
`2022-03-17`
+ 🐞 Fix the issue that indicator stacking may not refresh in real time.
Expand Down
4 changes: 4 additions & 0 deletions docs/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## 8.3.6
`2022-03-23`
+ 🐞 修复移动端画线问题。

## 8.3.5
`2022-03-17`
+ 🐞 修复指标叠加可能不实时刷新问题。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klinecharts",
"version": "8.3.5",
"version": "8.3.6",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "index.js",
"types": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/event/OverlayEventHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class OverlayEventHandler extends EventHandler {
elementIndex: -1
}
let progressShapePaneId = paneId
let shapeClickOperate = {}
let shapeClickOperate
if (instance && instance.isDrawing()) {
if (isTouch(event)) {
if (instance.isStart()) {
Expand Down

0 comments on commit 8dfebc2

Please sign in to comment.