Skip to content

Commit

Permalink
代码编辑器失去焦点后补全提示框自动关闭
Browse files Browse the repository at this point in the history
  • Loading branch information
interestinglife41 committed Dec 6, 2021
1 parent a644a5d commit d763b92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ page_js_obj.ftl
if(options.hintOptions)
options.hintOptions.completeSingle = false;
if(options.hintOptions)
options.hintOptions.closeOnUnfocus = false;
//if(options.hintOptions)
// options.hintOptions.closeOnUnfocus = false;
var codeEditor = CodeMirror(dom, options);
Expand Down

0 comments on commit d763b92

Please sign in to comment.