diff --git a/src/controllers/menuButton.js b/src/controllers/menuButton.js index 393fad7..f6c50f6 100644 --- a/src/controllers/menuButton.js +++ b/src/controllers/menuButton.js @@ -3014,7 +3014,8 @@ const menuButton = { type = "s" } else if(foucsStatus == "General" || foucsStatus === 0){ - type = "g"; + // type = "g"; + type = isRealNum(value) ? "n" : "g"; } if (getObjType(cell) == "object") {