We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f0fbe commit bf17cf6Copy full SHA for bf17cf6
1 file changed
src/lib/saveState.js
@@ -13,6 +13,7 @@ export default () => {
13
files.forEach((file) => {
14
if (file.type !== "editor") return;
15
if (file.id === constants.DEFAULT_FILE_SESSION) return;
16
+ if (file.SAFMode === "single") return;
17
18
const fileJson = {
19
id: file.id,
0 commit comments