Skip to content

Commit

Permalink
delete timer code
Browse files Browse the repository at this point in the history
  • Loading branch information
king2088 committed Sep 12, 2023
1 parent decfcb9 commit bb5c8d9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-3d-loader.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-3d-loader.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -40842,7 +40842,7 @@ const _sfc_main = defineComponent({
};
}
});
var vue3dLoader = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-165364e8"]]);
var vue3dLoader = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-238f76f8"]]);
const install = (app) => {
app.component(vue3dLoader.name, vue3dLoader);
};
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-3d-loader.global.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/3dLoader/vue3dLoader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ let textureLoader: any = null;
// responsive variable
const size = ref({ width: props.width || 0, height: props.height || 0 });
const loaderIndex = ref(0);
// const timer = ref();
const objectPositionHasSet = ref(false);
const mouseMoveTimer = ref(null);
const isMultipleModels = ref(false);
Expand Down

0 comments on commit bb5c8d9

Please sign in to comment.