mirror of
https://github.com/skishore/makemeahanzi.git
synced 2025-10-30 02:18:16 +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({
|
Template.order.helpers({
|
||||||
animations: () => animations.get(),
|
animations: () => animations.get(),
|
||||||
strokes: () => strokes.get(),
|
strokes: () => strokes.get().slice().reverse(),
|
||||||
});
|
});
|
||||||
|
|
||||||
Meteor.startup(() => {
|
Meteor.startup(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user