From ed379a06003d85258436c7503dd375f67576355d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 10 Jun 2019 18:50:03 +0100 Subject: [PATCH] feat(ui): pause updates while a filter is being edited --- ui/src/Components/Labels/FilterInputLabel/index.js | 2 ++ ui/src/Stores/AlertStore.js | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/src/Components/Labels/FilterInputLabel/index.js b/ui/src/Components/Labels/FilterInputLabel/index.js index abc06d56e..48c9afd48 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.js +++ b/ui/src/Components/Labels/FilterInputLabel/index.js @@ -98,6 +98,8 @@ const FilterInputLabel = observer( propName="raw" change={this.onChange} classEditing="py-0 border-0 bg-light" + afterStart={alertStore.status.pause} + afterFinish={alertStore.status.resume} />