mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fix(frontend): Fix AgGrid action selection (#3543)
This commit is contained in:
+1
-5
@@ -52,11 +52,7 @@
|
||||
}
|
||||
}}
|
||||
on:pointerdown|stopPropagation={() => {
|
||||
if ($selectedComponent?.includes(action.id)) {
|
||||
$selectedComponent = []
|
||||
} else {
|
||||
$selectedComponent = [action.id]
|
||||
}
|
||||
$selectedComponent = [action.id]
|
||||
}}
|
||||
class={twMerge(
|
||||
($selectedComponent?.includes(action.id) || $hoverStore === action.id) &&
|
||||
|
||||
Reference in New Issue
Block a user