mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 06:16:59 +08:00
fix(component): disable CMDK list animation (#4685)
This commit is contained in:
@@ -30,7 +30,7 @@ export const CMDKPanelStory: StoryFn = () => {
|
||||
return (
|
||||
<>
|
||||
<CMDKModal open>
|
||||
<CMDKContainer query={query} onQueryChange={setQuery} />
|
||||
<CMDKContainer open query={query} onQueryChange={setQuery} />
|
||||
</CMDKModal>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user