Skip to content

Commit 0694575

Browse files
committed
Change uniqueId for files tab to allow files to be open by multiple handlers
1 parent 0894c09 commit 0694575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/core/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ define([
5151
"model": file,
5252
"handler": handler
5353
}, {
54-
"uniqueId": path,
54+
"uniqueId": handler.id+":"+path,
5555
"type": "file",
5656
});
5757
}

0 commit comments

Comments
 (0)