'editableOption's are now full width. 'editableOptionShort' type added to replace the old style.

This commit is contained in:
n1474335 2018-12-26 16:50:32 +00:00
parent e6932401ad
commit 5acee80463
3 changed files with 32 additions and 2 deletions

View file

@ -95,6 +95,7 @@ class Ingredient {
case "binaryString":
case "binaryShortString":
case "editableOption":
case "editableOptionShort":
return Utils.parseEscapedChars(data);
case "byteArray":
if (typeof data == "string") {