@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.
- package/dist/index.js +0 -4
- 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 = "";
|