Merge pull request #486 from albig/fix-imagemanipulation-tool

Fix Image Manipuation Tool (again).
This commit is contained in:
Sebastian Meyer 2020-03-03 14:10:54 +01:00 committed by GitHub
commit 7a7ed5aa36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ dlfViewerImageManipulationControl = function(options) {
* @type {Element}
* @private
*/
this.toolContainerEl_ = dlfUtils.exists(options.toolContainer) ? options.toolContainer: $('.tx-dlf-Toolbox')[0];
this.toolContainerEl_ = dlfUtils.exists(options.toolContainer) ? options.toolContainer: $('.tx-dlf-toolbox')[0];
//
// Append open/close behavior to toolbox