Skip to content

Commit 1f90302

Browse files
committed
[js:core] fix problem that options.drawString encoder does not effect
1 parent f8ce04d commit 1f90302

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

js/elFinder.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4696,6 +4696,11 @@ var elFinder = function(elm, opts, bootCallback) {
46964696
},
46974697
toChkTh = {};
46984698

4699+
// regist rawStringDecoder
4700+
if (self.options.rawStringDecoder) {
4701+
self.registRawStringDecoder(self.options.rawStringDecoder);
4702+
}
4703+
46994704
// re-calculate elFinder node z-index
47004705
self.zIndexCalc();
47014706

0 commit comments

Comments
 (0)