From e54f1cf3e7d5e76f3ff5fa4c670b66bdfab3da7d Mon Sep 17 00:00:00 2001 From: Zemke Date: Sat, 22 Jan 2022 17:45:49 +0100 Subject: [PATCH] GH-278 Remove subject We actually want to debounce the network request, not updating the model. --- .../src/main/webapp/app/message/chat.component.html | 3 +-- .../src/main/webapp/app/message/chat.component.ts | 11 +---------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/cwt-angular/src/main/webapp/app/message/chat.component.html b/cwt-angular/src/main/webapp/app/message/chat.component.html index eb17fd1c..8caa0b99 100644 --- a/cwt-angular/src/main/webapp/app/message/chat.component.html +++ b/cwt-angular/src/main/webapp/app/message/chat.component.html @@ -3,10 +3,9 @@