kfb-view 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,9 @@
1
- //! Built on 2023-05-25
1
+ //! Built on 2024-04-01
2
2
 
3
- //! Git commit: v4.1.0-0-8849681
3
+ //! Git commit: v4.1.1-1-f90d9814
4
4
 
5
5
  //! License: http://openseadragon.github.io/license/
6
6
 
7
7
  //! http://openseadragon.github.io
8
8
 
9
- //! openseadragon 4.1.0
9
+ //! openseadragon 4.1.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kfb-view",
3
3
  "description": "一个在线kfb的阅片软件",
4
- "version": "3.2.1",
4
+ "version": "3.2.2",
5
5
  "author": "qifeng.fan <qifeng.fan@hzztai.com>",
6
6
  "license": "MIT",
7
7
  "main": "lib/kfb-view.js",
@@ -46,7 +46,6 @@ export class Graduation extends ViewerCommon {
46
46
  const startPoint = this.imageToViewerElementCoordinates(0, 0);
47
47
  const endPoint = this.imageToViewerElementCoordinates(px, 0);
48
48
  const width = Math.abs(endPoint.x - startPoint.x);
49
- console.log(width, txt);
50
49
  if (this.options.custom) {
51
50
  this.mitt.$emit(EVENT_GRADUATION_CHANGE, {width, txt});
52
51
  } else {