Skip to content

Commit

Permalink
Merge pull request #9 from temcocontrols/feature/weld-tool
Browse files Browse the repository at this point in the history
clean up code
  • Loading branch information
qnst authored Oct 31, 2024
2 parents f7d1b7a + 30a79d8 commit 4342470
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/lib/common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Import the necessary dependencies
import { last } from "lodash";
import { ref } from "vue";

export const T3000_Data = ref({
Expand Down
5 changes: 1 addition & 4 deletions src/pages/HvacDrawer/IndexPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@save-lib-image="saveLibImage"
@tool-dropped="toolDropped"
/>
<div>
<div class="viewport-wrapper">
<!-- Top Toolbar -->
<top-toolbar
@menu-action="handleMenuAction"
Expand Down Expand Up @@ -91,7 +91,6 @@
top: cursorIconPos.y + 'px',
}"
/>
<!-- <canvas id="myCanvas" class="viewport-wrapper" resize stats> </canvas> -->
<!-- Vue Selecto for Selectable Items -->
<vue-selecto
ref="selecto"
Expand Down Expand Up @@ -610,7 +609,6 @@
@update-weld-model="updateWeldModel"
/>
</div>
<vue-moveable :target="generalShapes"> </vue-moveable>
</div>
</div>
</div>
Expand Down Expand Up @@ -767,7 +765,6 @@ import {
demoDeviceData,
} from "../../lib/common";
import { liveApi } from "../../lib/api";
import AppsLibLayout from "src/layouts/AppsLibLayout.vue";
// Meta information for the application
const metaData = {
Expand Down

0 comments on commit 4342470

Please sign in to comment.