src/menu/components/share/sourcecomponent/inputform/index.jsx
@@ -48,7 +48,7 @@ if (_form && _form.focus) { _form.focus() } } catch {} } catch (e) {} } shouldComponentUpdate (nextProps, nextState) { @@ -63,14 +63,14 @@ let videos = sessionStorage.getItem('app_videos') try { originlist = JSON.parse(videos) } catch { } catch (e) { originlist = [] } } else { let pictures = sessionStorage.getItem('app_pictures') try { originlist = JSON.parse(pictures) } catch { } catch (e) { originlist = [] } }