Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 323bddc

Browse files
committedApr 27, 2019
自动生成Response悬浮文档:优化表-字段文档分隔显示
1 parent bf9b393 commit 323bddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230

231231
var s0 = this.getResponseHint({}, table, $event)
232232
if (StringUtil.isEmpty(s0, true) == false) {
233-
s = s0 + ' \n'
233+
s = s0 + ' - '
234234
}
235235
}
236236
}

0 commit comments

Comments
 (0)
Please sign in to comment.