Bug fix
parent
64684680b2
commit
d13d64c0dd
|
|
@ -86,7 +86,9 @@ const drawThickLine = (params) => {
|
||||||
const drawHands = () => {
|
const drawHands = () => {
|
||||||
drawMinuteHand();
|
drawMinuteHand();
|
||||||
drawHourHand();
|
drawHourHand();
|
||||||
if (decoration) {drawDecoration()};
|
if (decoration) {
|
||||||
|
drawDecoration();
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const drawDecoration = () => {
|
const drawDecoration = () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue