|
@@ -128,7 +128,6 @@ const selectTagging = ref<Tagging | null>(null);
|
|
|
useViewStack(() => {
|
|
|
const stopAuth = autoSaveTaggings();
|
|
|
const stop = watchEffect((onCleanup) => {
|
|
|
- console.log(taggingsGroup, taggingsGroup.changeCanMove);
|
|
|
taggingsGroup.changeCanMove(true);
|
|
|
taggingsGroup.showDelete(true);
|
|
|
onCleanup(() => {
|