added user menu in chat window creation code
This commit is contained in:
parent
88f8a33506
commit
dc2a5504fb
@ -36,6 +36,12 @@ export class ChatView implements Observer {
|
||||
this._markdownService = deps.markdownService;
|
||||
this._encryptionService = deps.encryptionService;
|
||||
this.addEventListeners();
|
||||
|
||||
$(document).ready(function() {
|
||||
$('#action_menu_btn').click(function() {
|
||||
$('.action_menu').toggle();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
update(data: ChatMessageViewModel[]): void {
|
||||
|
Loading…
Reference in New Issue
Block a user