mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 20:38:49 +01:00
This commit is contained in:
parent
bf39529f41
commit
a1be78cd5e
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
import {Wnd} from "./Wnd";
|
||||
import {genUUID} from "../util/genID";
|
||||
import {addResize, resizeTabs} from "./util";
|
||||
/// #if MOBILE
|
||||
// 检测移动端是否引入了桌面端的代码
|
||||
alert("Need remove unused code");
|
||||
/// #endif
|
||||
|
||||
export class Layout {
|
||||
public element: HTMLElement;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue