We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581ff03 commit f8d622bCopy full SHA for f8d622b
src/main/java/com/contentstack/utils/render/DefaultOption.java
@@ -203,7 +203,7 @@ String strAttrs(JSONObject nodeObject) {
203
for (String key : attrsObject.keySet()) {
204
Object objValue = attrsObject.opt(key);
205
String value = objValue.toString();
206
- // TODO: If style is available, do styling calculations
+ // If style is available, do styling calculations
207
if (Objects.equals(key, "style")) {
208
String resultStyle = stringifyStyles(attrsObject.optJSONObject("style"));
209
result.append(" ").append(key).append("=\"").append(resultStyle).append("\"");
0 commit comments