Ma-Kas / kansaibeyond

Monorepo for a blog and travel website, consisting of frontend, backend, and headless cms.
https://www.kansaibeyond.com
0 stars 0 forks source link

CMS Carousel - potential bug #123

Closed Ma-Kas closed 1 month ago

Ma-Kas commented 1 month ago

Only encountered once:

When trying to insert a carousel component in editor, only allows to pick one image. Potentially related to useCallback of the widget that it keeps the flag of { multiple: false } if inserting single image before? Though gallery component doesn't have this issue. Investigate

Ma-Kas commented 1 month ago

Literally can't reproduce the bug I encountered. Flags in the widget get set properly, useCallback is implemented properly, and it works every time I tried it.