diff --git a/editor/app.js b/editor/app.js index 375a125..11eb893 100644 --- a/editor/app.js +++ b/editor/app.js @@ -638,7 +638,7 @@ new Vue({ break case 'int64': - if (att[1] === 0) { + if (att[1] === 0 || att[1] == '') { return false } break