1
0
Fork 0

Fixed drag drop positioning

This commit is contained in:
Ava Wroten 2020-03-04 10:36:15 -06:00
parent d1a31edbad
commit 05764b07c4

View file

@ -1,5 +1,5 @@
{{#let (and @groupHasFocus (eq @currentIndex @selectedIndex)) as |active|}} {{#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}} {{#if active}}
<button <button
{{on 'click' (fn @orderItemUp @currentIndex)}} {{on 'click' (fn @orderItemUp @currentIndex)}}