Closed henrymyers closed 3 years ago
@jeetiss I noticed this when working on the locale settings
yes 😞
this happen because effects-tab
import and patch different widget bundle
https://github.com/uploadcare/uploadcare-widget-tab-effects/blob/a9308b7b4743a1c4fae5044397196710a056271b/src/index.js#L1
we need eng only version for effects-tab
, i'm trying to do it on next week
Sounds good 👍 Anyway, I can just import the default bundle in the meantime. Just wanted to flag this.
@jeetiss Any news on an english-only version of the uploadcare-widget-tab-effects
?
Fixed by PR 41
@henrymyers Thank you so much for your help. It was released under uploadcare-widget-tab-effects@1.5.0
version.
Description
When importing
uploadcare.lang.en.js
from uploadcare-widget, the effects tab no longer works with multiple file mode.Steps to reproduce
Dev Setup
uploadcare.lang.en.js
uploadcare-widget-tab-effects
uploadcare.registerTab("preview", uploadcareTabEffects);
)data-multiple="true"
User Steps
See CodeSandbox example for an immediate repro https://codesandbox.io/s/uploadcare-multiple-effects-en-only-6nuri
Expected result
Just like with the default
uploadcare.js
file, the effects tab should appear when clicking on any image in your multiples list.Actual result
It only opens the cropper
Environment
See the CodeSandbox example for a working repro setup.