You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When certain comments are parsed using the MediaSingle block, it appears that the type of int is incorrect and should be a float type instead for the width variable.
Looking at the documentation, it states that width is a floating point number here:
Issue
When certain comments are parsed using the MediaSingle block, it appears that the type of int is incorrect and should be a float type instead for the width variable.
Looking at the documentation, it states that width is a floating point number here:
https://developer.atlassian.com/cloud/jira/platform/apis/document/nodes/mediaSingle/#:~:text=attrs.width,0%20and%20100
Fix
Adjust the following variables to a float value
adf-tools/src/Node/Block/MediaSingle.php
Line 34 in b7bb3d7
adf-tools/src/Node/Block/MediaSingle.php
Line 36 in b7bb3d7
adf-tools/src/Node/Block/MediaSingle.php
Line 80 in b7bb3d7
The text was updated successfully, but these errors were encountered: