mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
Fix project subpage refreshing
This commit is contained in:
parent
30ffe6a364
commit
97859cd354
@ -33,7 +33,7 @@ if (page) {
|
||||
<template>
|
||||
<div class="flex flex-wrap md:flex-nowrap gap-4">
|
||||
<section class="basis-full md:basis-9/12 flex-grow overflow-auto">
|
||||
<Card class="p-0 overflow-clip overflow-hidden">
|
||||
<Card v-if="page" class="p-0 overflow-clip overflow-hidden">
|
||||
<MarkdownEditor
|
||||
v-if="hasPerms(NamedPermission.EDIT_PAGE)"
|
||||
ref="editor"
|
||||
|
Loading…
Reference in New Issue
Block a user