Fix bug in viewer.
This commit is contained in:
parent
5e2ef96d8a
commit
919cd331d5
|
@ -256,7 +256,7 @@ define([
|
|||
|
||||
if ( !mode.isEdit ) {
|
||||
if ( me.btnDownload ) {
|
||||
me.btnDownload.updateHint(me.tipDowload);
|
||||
me.btnDownload.updateHint(me.tipDownload);
|
||||
me.btnDownload.on('click', function (e) {
|
||||
me.fireEvent('downloadas', ['original']);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue