fix: avoid tag popup blocking after content input
This commit is contained in:
@@ -149,6 +149,9 @@ func submitPublishVideo(page *rod.Page, title, content string, tags []string, sc
|
||||
if err := contentElem.Input(content); err != nil {
|
||||
return errors.Wrap(err, "输入正文失败")
|
||||
}
|
||||
if err := waitAndClickTitleInput(titleElem); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := inputTags(contentElem, tags); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user