Save settings by onBlur callback

This commit is contained in:
Shin'ya Ueoka 2019-04-30 09:49:45 +09:00
parent fce2434dcd
commit 20f79f1da5
6 changed files with 32 additions and 7 deletions

View file

@ -60,4 +60,4 @@ const set = (settings) => {
};
};
export { load, save, switchToForm, switchToJson };
export { load, save, set, switchToForm, switchToJson };