fix: playground(drawer) comment (#7695)

vite8^2
橙子 2026-03-19 09:03:40 +08:00 committed by GitHub
parent bed97a84d8
commit d43a3729c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function openInContentDrawer(placement: DrawerPlacement = 'right') {
} }
function openMaxContentDrawer() { function openMaxContentDrawer() {
// 便使Drawer // 便使Drawer
inContentDrawerApi.setState({ class: 'w-full', placement: 'right' }).open(); inContentDrawerApi.setState({ class: 'w-full', placement: 'right' }).open();
} }