Closed KristinAoki closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.92%. Comparing base (
b68257e
) to head (3e89706
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR fixes images not loading in the visual text and problem editor. When assets were loaded with
asset-v1:org+number+run+type@asset+block/image_name.png
asset format, it would incorrectly parse toasset-v1:org+number+run+type@asset+block/asset-v1:org+number+run+type@asset+block@image_name.png
. A similar issue was fixed in #497. The same src parser is now used forreplaceStaticWithAsset
as was added forsetAssetToStaticUrl
.Testing