File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export function ChatLog({
155
155
< >
156
156
{ visibleHashtags . size > 0 && (
157
157
< HashtagBar
158
- style = { { margin : "5px 0" } }
158
+ style = { { margin : "3px 0" } }
159
159
actions = { {
160
160
set_hashtag_state : ( tag , state ) => {
161
161
actions . setHashtagState ( tag , state ) ;
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ export class VideoChat {
26
26
}
27
27
28
28
close = ( ) => {
29
- console . log ( "close video chat!" ) ;
30
29
this . closeVideoChatWindow ( ) ;
31
30
delete this . intervalId ;
32
31
} ;
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ const chatroom: EditorDescription = {
57
57
"redo" ,
58
58
"decrease_font_size" ,
59
59
"increase_font_size" ,
60
+ "scrollToTop" ,
60
61
"scrollToBottom" ,
61
- "videoChat" ,
62
62
] ) ,
63
63
} as const ;
64
64
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ const jupyter_cell_notebook: EditorDescription = {
71
71
"jupyter-cell-format" ,
72
72
"jupyter-cell-toolbar" ,
73
73
"jupyter-nbgrader validate" ,
74
+ "halt_jupyter" ,
74
75
] ) ,
75
76
customizeCommands : {
76
77
guide : {
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ export const labels = defineMessages({
390
390
} ,
391
391
chat : {
392
392
id : "labels.chat" ,
393
- defaultMessage : "Side Chat" ,
393
+ defaultMessage : "Chat" ,
394
394
description : "Short label on a button to open a chatroom" ,
395
395
} ,
396
396
created : {
You can’t perform that action at this time.
0 commit comments