@hexdspace/react 0.1.42 → 0.1.43

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3371,10 +3371,6 @@ var VimHandleKeyUseCase = class {
3371
3371
  const scopeId = this.query.getActiveScope();
3372
3372
  if (!scopeId) return;
3373
3373
  this.selection.exitSelectMode(scopeId);
3374
- const activeKey = this.query.getActiveRegion(scopeId);
3375
- if (activeKey) {
3376
- this.afterRegionChange(activeKey);
3377
- }
3378
3374
  const st = this.stateByScope.get(scopeId);
3379
3375
  if (st) {
3380
3376
  st.count = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexdspace/react",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",