Skip to content
  • Justin Boyson's avatar
    Remove stickyMonitor from diff_file_head.vue · ffb01a13
    Justin Boyson authored and Paul Slaughter's avatar Paul Slaughter committed
    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.
    ffb01a13