mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Implement DraftArea
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ export async function createContext({
|
||||
: localStorage;
|
||||
const pymSessionStorage = inIframe
|
||||
? createPymStorage(pym, 'sessionStorage')
|
||||
: localStorage;
|
||||
: sessionStorage;
|
||||
const history = createHistory(BASE_PATH);
|
||||
const introspection = createIntrospection(introspectionData);
|
||||
let store = null;
|
||||
|
||||
Reference in New Issue
Block a user