Skip to content

Commit

Permalink
Merge branch '2.0' into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 7, 2023
2 parents a52e094 + 4be853d commit 30a47aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/TinyMCE_sslink-file.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/js/TinyMCE_ssmedia.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client/dist/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/components/AssetDropzone/AssetDropzone.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class AssetDropzone extends Component {
this.dropzone.hiddenFileInput.classList.add(`dz-input-${name}`);
}
// add listeners when necessary
if (this.props.canUpload && prevProps.canUpload !== this.props.canUpload) {
if (this.props.canUpload && prevProps.options !== this.props.options) {
if (this.dropzone) {
this.dropzone.enable();

Expand Down

0 comments on commit 30a47aa

Please sign in to comment.