Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
niladrix719 committed Sep 1, 2024
1 parent 5d81b42 commit 1887640
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Extra.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,11 @@ import ElementsPanelMobile from './Panels/ElementsPanel/ElementsPanelMobile.vue'
import PropertiesPanelMobile from './Panels/PropertiesPanel/PropertiesPanelMobile.vue'
import { simulationArea } from '#/simulator/src/simulationArea'
import { paste } from '#/simulator/src/events'
import { useLayoutStore } from '#/store/layoutStore'
import { panStart, panMove, panStop } from '#/simulator/src/listeners'
import { useSimulatorMobileStore } from '#/store/simulatorMobileStore'
import { useState } from '#/store/SimulatorStore/state'
import { onMounted, reactive, ref, watch } from 'vue'
import { reactive, ref, watch } from 'vue'
const layoutStore = useLayoutStore()
const simulatorMobileStore = useSimulatorMobileStore()
const selectMultiple = ref(false)
const propertiesPanelPos = reactive({
Expand Down

0 comments on commit 1887640

Please sign in to comment.