chore(core): remove log
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -10,8 +10,6 @@ export function useGetPointerPosition() {
|
|||||||
return ({ sourceEvent }: UseDragEvent, snapGrid?: SnapGrid) => {
|
return ({ sourceEvent }: UseDragEvent, snapGrid?: SnapGrid) => {
|
||||||
const currentSnapGrid = unref(hasSnapGrid(snapGrid))
|
const currentSnapGrid = unref(hasSnapGrid(snapGrid))
|
||||||
|
|
||||||
console.log(currentSnapGrid)
|
|
||||||
|
|
||||||
const x = sourceEvent.touches ? sourceEvent.touches[0].clientX : sourceEvent.clientX
|
const x = sourceEvent.touches ? sourceEvent.touches[0].clientX : sourceEvent.clientX
|
||||||
const y = sourceEvent.touches ? sourceEvent.touches[0].clientY : sourceEvent.clientY
|
const y = sourceEvent.touches ? sourceEvent.touches[0].clientY : sourceEvent.clientY
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user