mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-24 16:04:06 +01:00
This commit is contained in:
parent
eba5808af2
commit
dbff939601
3 changed files with 16 additions and 4 deletions
|
|
@ -149,6 +149,9 @@ export const onGetConfig = (isStart: boolean) => {
|
|||
window.siyuan.emojis = response.data as IEmoji[];
|
||||
try {
|
||||
JSONToLayout(isStart);
|
||||
if (window.JSAndroid) {
|
||||
window.openFileByURL(window.JSAndroid.getBlockURL())
|
||||
}
|
||||
} catch (e) {
|
||||
resetLayout();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue