支持缩略图加载,故事项新建调整
This commit is contained in:
@@ -29,7 +29,6 @@ const TimelineItemDrawer = (props: Props) => {
|
||||
);
|
||||
useEffect(() => {
|
||||
if (open) {
|
||||
console.log(storyItem);
|
||||
run(storyItem.instanceId);
|
||||
}
|
||||
}, [open]);
|
||||
@@ -52,9 +51,7 @@ const TimelineItemDrawer = (props: Props) => {
|
||||
<Drawer
|
||||
width={1000}
|
||||
placement="right"
|
||||
onClose={() => {
|
||||
closeDrawer();
|
||||
}}
|
||||
onClose={closeDrawer}
|
||||
open={open}
|
||||
title={storyItem.title}
|
||||
footer={
|
||||
|
||||
Reference in New Issue
Block a user