Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
fixed keyboard shortcut analytics bug
  • Loading branch information
Pietro Passarelli committed Feb 21, 2020
1 parent fbbe6f2 commit 50da859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pietrop/react-transcript-editor",
"description": "A React component to make transcribing audio and video easier and faster.",
"version": "1.3.2",
"version": "1.3.3",
"keywords": [
"transcript",
"transcriptions",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/transcript-editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ class TranscriptEditor extends React.Component {
);

const shortcuts = (
<Shortcuts handleShortcutsToggle={this.handleShortcutsToggle} />
<Shortcuts handleShortcutsToggle={this.handleShortcutsToggle} handleAnalyticsEvents={this.props.handleAnalyticsEvents} />
);

// export format for `handleAutoSaveChanges` is assigned with `autoSaveContentType`
Expand Down

0 comments on commit 50da859

Please sign in to comment.