mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-19 02:21:38 +08:00
This commit is contained in:
parent
bf39529f41
commit
a1be78cd5e
@ -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…
Reference in New Issue
Block a user