Skip to content

Commit

Permalink
BUMPED: version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
warpdesign committed Nov 2, 2019
1 parent 3d6bce1 commit 8c39e62
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@

## Features

- Dual-view window
- Split-view window
- Tabs support
- Fully keyboard controlled
- Fully localized (French & English available)
Expand Down
4 changes: 3 additions & 1 deletion e2e/cypress.json
@@ -1 +1,3 @@
{}
{
"projectId": "npcmx4"
}
2 changes: 1 addition & 1 deletion e2e/cypress/integration/nav.spec.ts
Expand Up @@ -47,7 +47,7 @@ describe('app shortcuts', () => {
});
});

it('click on dual should toggle dual view', () => {
it('click on split should toggle split view', () => {
cy.get('.data-cy-toggle-splitview')
.click()
.should('have.class', Classes.INTENT_PRIMARY)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-explorer",
"version": "2.1.0",
"version": "2.1.1",
"description": "Plugin-based file explorer written with React",
"main": "build/main.js",
"build": {
Expand Down
1 change: 0 additions & 1 deletion src/components/WithMenuAccelerators.tsx
Expand Up @@ -87,7 +87,6 @@ export function WithMenuAccelerators<
e: MenuAcceleratorEvent,
data: { combo: string; data: any }
) => {
console.log('******* onAccelerator !!', e, data);
// check if combo is valid
const callback = this.getCallback(data.combo);
if (typeof callback === "function") {
Expand Down

0 comments on commit 8c39e62

Please sign in to comment.