publ-echo-test 0.0.155 → 0.0.156

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.
@@ -437,8 +437,8 @@ var GroupItem = function (_a) {
437
437
  onContextMenu: function (e) {
438
438
  onContextGroup(e);
439
439
  },
440
- onMouseDown: function (e) {
441
- console.log('mouse down,,,');
440
+ onMouseMove: function (e) {
441
+ console.log('mouse move,,,');
442
442
  // if (isDragging || isResizing) {
443
443
  // return;
444
444
  // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.155",
3
+ "version": "0.0.156",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",