Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chengen02
2024-05-21 18:03:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fb1d9200bf3d577bdc551067592a0170c34c22a4
fb1d9200
1 parent
46caaa41
-fix 修改时间轴组件底部按钮评论展示bug
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentTabComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentTabComponent.ets
View file @
fb1d920
...
...
@@ -117,6 +117,7 @@ export struct CommentTabComponent {
}
.height(30)
.onClick(() => {
if(this.contentDetail.appstyle === 9) return
this.onCommentFocus && this.onCommentFocus()
this.publishCommentModel.rootCommentId = '-1';
...
...
Please
register
or
login
to post a comment