Commit af21dd4 1 parent 1ea0d28 commit af21dd4 Copy full SHA for af21dd4
File tree 3 files changed +9
-5
lines changed
public/javascripts/services
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,9 @@ class TabContext {
338
338
}
339
339
340
340
closeAutocomplete ( ) {
341
- this . $tabContent . find ( '.aa-input' ) . autocomplete ( 'close' ) ;
341
+ if ( utils . isDesktop ( ) ) {
342
+ this . $tabContent . find ( '.aa-input' ) . autocomplete ( 'close' ) ;
343
+ }
342
344
}
343
345
}
344
346
Original file line number Diff line number Diff line change 72
72
document .cookie = name + " =" + (value || " " ) + expires + " ; path=/" ;
73
73
}
74
74
</script >
75
-
76
- <link href =" libraries/bootstrap/css/bootstrap.min.css" rel =" stylesheet" >
77
- </body >
75
+
76
+ <link href =" libraries/bootstrap/css/bootstrap.min.css" rel =" stylesheet" >
77
+ </body >
78
78
</html >
Original file line number Diff line number Diff line change 49
49
</div >
50
50
51
51
<div class =" note-detail-component-wrapper" >
52
- <div class =" note-detail-text note-detail-component" tabindex =" 10000" ></div >
52
+ <div class =" note-detail-text note-detail-component" tabindex =" 10000" >
53
+ <div class =" note-detail-text-editor" ></div >
54
+ </div >
53
55
54
56
<div class =" note-detail-code note-detail-component" ></div >
55
57
You can’t perform that action at this time.
0 commit comments