Dominik Csapak 17c320c831 panel/JournalView: fix flickering in journal livemode
it seems that something changed in extjs 7 which does not quite
restore the correct scroll position when the identical content is set
on a component. this means that sometimes, we update the text
with the identical one, but the scroll position is now off, only
to scroll back to the bottom

this causes a flickering everytime we do the api call.

instead, only update the component when the content really changed.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-06-22 12:46:26 +02:00
2021-06-18 15:32:31 +02:00
Description
No description provided
1.2 MiB
Languages
JavaScript 93.2%
SCSS 4.6%
CSS 1.1%
Makefile 1.1%