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:
parent
34885b64bd
commit
f03a74abc7
2 changed files with 5 additions and 1 deletions
|
@ -148,6 +148,10 @@
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
margin-right: $x-small;
|
margin-right: $x-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.counters {
|
||||||
|
color: $color-gray-20;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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]))]
|
||||||
|
|
Loading…
Add table
Reference in a new issue