refactor(client): refactor ui components
This commit is contained in:
parent
8223a069fe
commit
fa36b88af4
7 changed files with 814 additions and 689 deletions
|
@ -556,7 +556,7 @@ export function contextMenu(items: any[], ev: MouseEvent) {
|
|||
});
|
||||
}
|
||||
|
||||
export function post(props: Record<string, any>) {
|
||||
export function post(props: Record<string, any> = {}) {
|
||||
return new Promise((resolve, reject) => {
|
||||
// NOTE: MkPostFormDialogをdynamic importするとiOSでテキストエリアに自動フォーカスできない
|
||||
// NOTE: ただ、dynamic importしない場合、MkPostFormDialogインスタンスが使いまわされ、
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue