node_modules hinzugefügt

This commit is contained in:
Lyndon Jetten
2020-04-14 11:49:16 +02:00
parent 412965f1cf
commit e83d1c8b02
159 changed files with 44634 additions and 209 deletions

View File

@@ -92,9 +92,9 @@ namespace BeWo
//BeWoApp.MainControl.HomeView.ServiceChatView.ChatMainControl.disableKontaktNachrichtenThread = true;
}
if (BeWoApp.MainControl.HomeView.ServiceChatView.ServiceChat._emojiView != null) {
BeWoApp.MainControl.HomeView.ServiceChatView.ServiceChat._emojiView.Close();
BeWoApp.MainControl.HomeView.ServiceChatView.ServiceChat._emojiView = null;
if (BeWoApp.MainControl.HomeView.ServiceChatView.ServiceChat.EmojiView != null) {
BeWoApp.MainControl.HomeView.ServiceChatView.ServiceChat.EmojiView.Close();
BeWoApp.MainControl.HomeView.ServiceChatView.ServiceChat.EmojiView = null;
}
BeWoApp.MainControl.HomeView.ServiceChatView.Close();