文顶顶
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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") { |
|
|
|