mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 01:54:47 +00:00
fix: intercom bubble on console fullscreen (#6029)
This commit is contained in:
@@ -13,6 +13,7 @@ export interface PageContext {
|
||||
intercomBubble?: {
|
||||
width: Ref<number> | ComputedRef<number>
|
||||
horizontalPadding: Ref<number> | ComputedRef<number>
|
||||
requestHorizontalPadding?: (id: symbol, padding: number | null) => void
|
||||
requestVerticalClearance: (id: symbol, clearance: number | null) => void
|
||||
}
|
||||
featureFlags?: {
|
||||
|
||||
Reference in New Issue
Block a user