This is an automated email from the ASF dual-hosted git repository.
marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push:
new 3e27d7f3 fix #1425
3e27d7f3 is described below
commit 3e27d7f3fdb4afa1f926bb842fd6f37c30c1bbab
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Sep 23 10:10:02 2024 -0400
fix #1425
---
karavan-app/src/main/webui/src/designer/property/DslProperties.tsx | 2 +-
karavan-designer/src/designer/property/DslProperties.tsx | 2 +-
karavan-space/src/designer/property/DslProperties.tsx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/karavan-app/src/main/webui/src/designer/property/DslProperties.tsx
b/karavan-app/src/main/webui/src/designer/property/DslProperties.tsx
index c52b723f..78232512 100644
--- a/karavan-app/src/main/webui/src/designer/property/DslProperties.tsx
+++ b/karavan-app/src/main/webui/src/designer/property/DslProperties.tsx
@@ -141,7 +141,7 @@ export function DslProperties(props: Props) {
function getPropertySelector() {
return (
- <div style={{display: 'flex', flexDirection: 'row', alignItems:
'center', gap: '3px'}}>
+ <div style={{display: 'flex', flexDirection: 'row', alignItems:
'center', gap: '3px', pointerEvents: 'initial', opacity: '1'}}>
<ToggleGroup aria-label="properties selctor">
<ToggleGroupItem
text="Required"
diff --git a/karavan-designer/src/designer/property/DslProperties.tsx
b/karavan-designer/src/designer/property/DslProperties.tsx
index c52b723f..78232512 100644
--- a/karavan-designer/src/designer/property/DslProperties.tsx
+++ b/karavan-designer/src/designer/property/DslProperties.tsx
@@ -141,7 +141,7 @@ export function DslProperties(props: Props) {
function getPropertySelector() {
return (
- <div style={{display: 'flex', flexDirection: 'row', alignItems:
'center', gap: '3px'}}>
+ <div style={{display: 'flex', flexDirection: 'row', alignItems:
'center', gap: '3px', pointerEvents: 'initial', opacity: '1'}}>
<ToggleGroup aria-label="properties selctor">
<ToggleGroupItem
text="Required"
diff --git a/karavan-space/src/designer/property/DslProperties.tsx
b/karavan-space/src/designer/property/DslProperties.tsx
index c52b723f..78232512 100644
--- a/karavan-space/src/designer/property/DslProperties.tsx
+++ b/karavan-space/src/designer/property/DslProperties.tsx
@@ -141,7 +141,7 @@ export function DslProperties(props: Props) {
function getPropertySelector() {
return (
- <div style={{display: 'flex', flexDirection: 'row', alignItems:
'center', gap: '3px'}}>
+ <div style={{display: 'flex', flexDirection: 'row', alignItems:
'center', gap: '3px', pointerEvents: 'initial', opacity: '1'}}>
<ToggleGroup aria-label="properties selctor">
<ToggleGroupItem
text="Required"