File tree 2 files changed +6
-6
lines changed
client/packages/lowcoder/src/comps/comps/layout
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,9 @@ let MobileTabLayoutTmp = (function () {
339
339
} )
340
340
}
341
341
</ Section >
342
+ < Section name = { trans ( "eventHandler.eventHandlers" ) } >
343
+ { children . onEvent . getPropertyView ( ) }
344
+ </ Section >
342
345
< Section name = { sectionNames . layout } >
343
346
{ children . backgroundImage . propertyView ( {
344
347
label : `Background Image` ,
@@ -355,9 +358,6 @@ let MobileTabLayoutTmp = (function () {
355
358
< Section name = { trans ( "navLayout.navStyle" ) } >
356
359
{ children . navStyle . getPropertyView ( ) }
357
360
</ Section >
358
- < Section name = { trans ( "eventHandler.eventHandlers" ) } >
359
- { children . onEvent . getPropertyView ( ) }
360
- </ Section >
361
361
< Section name = { trans ( "navLayout.navItemStyle" ) } >
362
362
{ controlItem ( { } , (
363
363
< Segmented
Original file line number Diff line number Diff line change @@ -224,6 +224,9 @@ let NavTmpLayout = (function () {
224
224
} )
225
225
}
226
226
</ Section >
227
+ < Section name = { trans ( "eventHandler.eventHandlers" ) } >
228
+ { children . onEvent . getPropertyView ( ) }
229
+ </ Section >
227
230
< Section name = { sectionNames . layout } >
228
231
{ children . width . propertyView ( {
229
232
label : trans ( "navLayout.width" ) ,
@@ -245,9 +248,6 @@ let NavTmpLayout = (function () {
245
248
< Section name = { trans ( "navLayout.navStyle" ) } >
246
249
{ children . navStyle . getPropertyView ( ) }
247
250
</ Section >
248
- < Section name = { trans ( "eventHandler.eventHandlers" ) } >
249
- { children . onEvent . getPropertyView ( ) }
250
- </ Section >
251
251
< Section name = { trans ( "navLayout.navItemStyle" ) } >
252
252
{ controlItem ( { } , (
253
253
< Segmented
You can’t perform that action at this time.
0 commit comments