Skip to content

Commit

Permalink
Updated editor (1.0.101)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockalife committed May 29, 2019
1 parent 6545b06 commit 538f6f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/editor-build/editor/js/editor.js

Large diffs are not rendered by default.

Expand Up @@ -235,7 +235,8 @@ class PromptAddPopupOptionType extends React.Component {
renderThumbnailLegacy() {
const {
value: { value },
pageBlocks
pageBlocks,
canDelete
} = this.props;
let block = pageBlocks.find(block => block.value._id === value);
const { url, width, height } = blockThumbnailData(block);
Expand Down

0 comments on commit 538f6f1

Please sign in to comment.