mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 13:39:02 +00:00
🐛 Fix next frame shortcut on viewer.
This commit is contained in:
parent
34885b64bd
commit
f03a74abc7
@ -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…
x
Reference in New Issue
Block a user