Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Frontend] Fix cannot copy logs in LogViewer when scrolling (#2370)
* Fix LogViewer logs cannot be selected when scrolling. * LogViewer only follows new log when user scrolled to bottom of logs * Fix compile issues * Improve performance when log size is huge * Fix snapshot tests: upgraded enzyme to 3.10.0 to work with React.memo; Changed snapshots to mount + getDOMNode to be invariant to internal refactoring * Fix type checking failure
- Loading branch information