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
yuzhilin
2024-04-19 13:45:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1de6a0570d8cc045dfe290364487126785eb9f62
1de6a057
1 parent
7ecce0d8
频道订阅组合手势识别模式改为并发
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/ChannelSubscriptionLayout.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/ChannelSubscriptionLayout.ets
View file @
1de6a05
...
...
@@ -298,7 +298,7 @@ struct ChannelDialog {
.zIndex(this.dragItem == item.num ? 1 : 0)
.translate(this.dragItem == item.num ? { x: this.offsetX, y: this.offsetY } : { x: 0, y: 0 })
.gesture(
GestureGroup(GestureMode.
Sequence
,
GestureGroup(GestureMode.
Parallel
,
TapGesture()
.onAction((event?: GestureEvent) => {
if (this.isEditIng) {
...
...
Please
register
or
login
to post a comment