Remove stickyMonitor from diff_file_head.vue
In this scenario stickyMonitor only add the class `is-stuck` to diff_file_header. On large diffs this almost doubles the render time. All the `is-stuck` class does is set border-radiust to 0. I believe the performance impact is not worth the trade off.
Showing
Please register or sign in to comment