1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-24 13:19:29 -05:00
This commit is contained in:
syuilo 2022-01-28 12:21:35 +09:00
parent 974269b8f1
commit bb6b912aef

View file

@ -25,7 +25,7 @@ function getFixedContainer(el: Element | null): Element | null {
}
}
type ModalTypes = 'popup' | 'dialog' | 'drawer';
type ModalTypes = 'popup' | 'dialog' | 'dialog:top' | 'drawer';
const props = withDefaults(defineProps<{
manualShowing?: boolean;