|
@@ -23,7 +23,11 @@ import PenProps from './components/PenProps.vue';
|
|
import PensProps from './components/PensProps.vue';
|
|
import PensProps from './components/PensProps.vue';
|
|
|
|
|
|
import { useSelection, SelectionMode } from '@/services/selections';
|
|
import { useSelection, SelectionMode } from '@/services/selections';
|
|
|
|
+import {onMounted} from "vue";
|
|
|
|
|
|
|
|
+onMounted(()=>{
|
|
|
|
+ selections.mode = SelectionMode.File
|
|
|
|
+})
|
|
const { selections } = useSelection();
|
|
const { selections } = useSelection();
|
|
</script>
|
|
</script>
|
|
|
|
|