me not smart

This commit is contained in:
ThatOneCalculator 2022-09-09 13:47:19 -07:00
parent 870f6d7b50
commit 7ef63a770c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.118.1-calc.2-rc.21",
"version": "12.118.1-calc.2-rc.22",
"codename": "aqua",
"repository": {
"type": "git",

View File

@ -127,7 +127,7 @@ const rootEl = $ref<HTMLElement>();
let queue = $ref(0);
const src = $computed({
get: () => defaultStore.state.tl.src,
get: () => defaultStore.reactiveState.tl.value.src,
set: (x) => {
saveSrc(x);
syncSlide(timelines.indexOf(x));