badoo / codeisok

Git code browsing and code review tool
GNU General Public License v3.0
85 stars 16 forks source link

Treediff view switching between Unified and Side by Side loses the selected file #60

Open chrismcband opened 4 years ago

chrismcband commented 4 years ago

Switching modes loses the active file, it shows the first in the list instead.

NikhilVerma commented 4 years ago

@chrismcband This might not be that easy to fix at this moment. We need to do a full page reload to switch between modes and the current way we preserve selection is through hashes in the URL. We might address this at some point in the future.