Skip to content

Commit

Permalink
version change to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkao0902 committed Jul 20, 2020
1 parent a2bca05 commit 6a2e043
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class ContentEditor extends React.Component {
const currentBlock = editorState.getCurrentContent().getBlockForKey(selection.getStartKey()).getText().substring(0, currentIndex);

let contentReplaced = Modifier.insertText(content, selection, str);
console.log(content);

if(currentBlock !== "") {
if(str === '\"' && currentBlock.lastIndexOf('“') <= currentBlock.lastIndexOf('”') && currentBlock[currentIndex-1].match(/[\s-]/g)) {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(name='dispatch',
description='A publishing platform for modern newspapers',
version='1.3.3',
version='1.3.4',
url='https://github.com/ubyssey/dispatch',
author='Peter Siemens',
author_email='[email protected]',
Expand Down

0 comments on commit 6a2e043

Please sign in to comment.