mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-11 19:56:48 +01:00
Fix a bug hindering re-opening of previously opened files
This commit is contained in:
@@ -241,6 +241,7 @@ var active = {
|
||||
var next_session = this.sessions[next_path];
|
||||
editor.remove_session(session, next_session);
|
||||
}
|
||||
delete this.sessions[path];
|
||||
/*if ((session.thumb).hasClass('active')) {
|
||||
$('#current-file')
|
||||
.html('');
|
||||
|
||||
Reference in New Issue
Block a user