0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -05:00

🐛 Fix next frame shortcut on viewer.

This commit is contained in:
Andrey Antukh 2021-09-09 12:05:15 +02:00
parent 34885b64bd
commit f03a74abc7
2 changed files with 5 additions and 1 deletions

View file

@ -148,6 +148,10 @@
color: $color-white; color: $color-white;
margin-right: $x-small; margin-right: $x-small;
} }
.counters {
color: $color-gray-20;
}
} }
} }

View file

@ -240,7 +240,7 @@
pparams (:path-params route) pparams (:path-params route)
qparams (:query-params route) qparams (:query-params route)
page-id (:page-id pparams) page-id (:page-id qparams)
index (:index qparams) index (:index qparams)
total (count (get-in state [:viewer :pages page-id :frames]))] total (count (get-in state [:viewer :pages page-id :frames]))]