Skip to content

Commit d23fc09

Browse files
committed
event handler section position changed
1 parent 2b3bcfc commit d23fc09

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

client/packages/lowcoder/src/comps/comps/layout/mobileTabLayout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ let MobileTabLayoutTmp = (function () {
339339
})
340340
}
341341
</Section>
342+
<Section name={trans("eventHandler.eventHandlers")}>
343+
{ children.onEvent.getPropertyView() }
344+
</Section>
342345
<Section name={sectionNames.layout}>
343346
{children.backgroundImage.propertyView({
344347
label: `Background Image`,
@@ -355,9 +358,6 @@ let MobileTabLayoutTmp = (function () {
355358
<Section name={trans("navLayout.navStyle")}>
356359
{ children.navStyle.getPropertyView() }
357360
</Section>
358-
<Section name={trans("eventHandler.eventHandlers")}>
359-
{ children.onEvent.getPropertyView() }
360-
</Section>
361361
<Section name={trans("navLayout.navItemStyle")}>
362362
{controlItem({}, (
363363
<Segmented

client/packages/lowcoder/src/comps/comps/layout/navLayout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ let NavTmpLayout = (function () {
224224
})
225225
}
226226
</Section>
227+
<Section name={trans("eventHandler.eventHandlers")}>
228+
{ children.onEvent.getPropertyView() }
229+
</Section>
227230
<Section name={sectionNames.layout}>
228231
{ children.width.propertyView({
229232
label: trans("navLayout.width"),
@@ -245,9 +248,6 @@ let NavTmpLayout = (function () {
245248
<Section name={trans("navLayout.navStyle")}>
246249
{ children.navStyle.getPropertyView() }
247250
</Section>
248-
<Section name={trans("eventHandler.eventHandlers")}>
249-
{ children.onEvent.getPropertyView() }
250-
</Section>
251251
<Section name={trans("navLayout.navItemStyle")}>
252252
{controlItem({}, (
253253
<Segmented

0 commit comments

Comments
 (0)