Fixed drag drop positioning
This commit is contained in:
parent
d1a31edbad
commit
05764b07c4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{{#let (and @groupHasFocus (eq @currentIndex @selectedIndex)) as |active|}}
|
||||
<div class='relative border border-gray-400 {{if active 'border-orange-400'}}'>
|
||||
<div class='border border-gray-400 {{if active 'relative border-orange-400'}}'>
|
||||
{{#if active}}
|
||||
<button
|
||||
{{on 'click' (fn @orderItemUp @currentIndex)}}
|
||||
|
|
Loading…
Add table
Reference in a new issue