diff --git a/package.json b/package.json index cb849486..4fc2cd7d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/components/transcript-editor/index.js b/packages/components/transcript-editor/index.js index 2263abf0..24381d49 100644 --- a/packages/components/transcript-editor/index.js +++ b/packages/components/transcript-editor/index.js @@ -417,7 +417,7 @@ class TranscriptEditor extends React.Component { ); const shortcuts = ( - + ); // export format for `handleAutoSaveChanges` is assigned with `autoSaveContentType`