Rewrote how item drag and drop works. Need to update charId's to keep up.

This commit is contained in:
Stefan Zermatten
2015-05-11 16:51:02 +02:00
parent b99da301cd
commit f6df716870
7 changed files with 244 additions and 164 deletions

View File

@@ -3,7 +3,7 @@
{{#if characters.count}}
<div>
{{#each characters}}
<div class="singleLineItem">{{name}}</div>
<div class="singleLineItem characterRepresentative">{{name}}</div>
{{/each}}
</div>
{{/if}}