Skip to content

Commit

Permalink
it wasn't saved
Browse files Browse the repository at this point in the history
  • Loading branch information
pernucia committed Nov 18, 2024
1 parent 4db5725 commit 1f2d677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/widgets/WidgetPaplin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const rotation = () => {
style.transition = 'transform 0.8s ease-in-out';
}
deg.value += 360;
style.transform = `rotate(${deg.value}deg)`
style.transform = `rotate(${deg.value}deg)`;
};

defineExpose<WidgetComponentExpose>({
Expand Down

0 comments on commit 1f2d677

Please sign in to comment.