const syncPreview = debounce(() => { // sync right with left
  if (layout.panes.east.outerWidth() < 8) {
    return // no need to sync if panel closed
  }
  if (scrollingSide !== 'left') {