mirror of
https://github.com/skishore/makemeahanzi.git
synced 2025-10-29 01:46:07 +08:00
Fix bug where later strokes were hidden by earlier ones
This commit is contained in:
@ -137,7 +137,7 @@ Template.character.helpers({
|
||||
|
||||
Template.order.helpers({
|
||||
animations: () => animations.get(),
|
||||
strokes: () => strokes.get(),
|
||||
strokes: () => strokes.get().slice().reverse(),
|
||||
});
|
||||
|
||||
Meteor.startup(() => {
|
||||
|
||||
Reference in New Issue
Block a user