show autosave checkbox only if fileHandle exists

pull/3047/head
dwelle 4 years ago
parent 6215256787
commit 2bf886c941

@ -252,7 +252,7 @@ export const actionToggleAutosave = register({
};
},
PanelComponent: ({ appState, updateData }) =>
supported ? (
supported && appState.fileHandle ? (
<label style={{ display: "flex" }}>
<input
type="checkbox"

Loading…
Cancel
Save