TIANYONG 7 месяцев назад
Родитель
Сommit
935a1e41ec
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/view/plugins/move-music-score/index.tsx

+ 1 - 1
src/view/plugins/move-music-score/index.tsx

@@ -341,7 +341,7 @@ const renderSvgItem = (item: any) => {
 /** 设置元素位置 */
 async function setModelPostion(item: any, x: number, y: number, repeatEdit?: boolean) {
 	// console.log(item)
-	console.log('位置',x,y)
+	// console.log('位置',x,y)
 	if (item) {
 		const g = document.querySelector("#" + item.id)!; // svg元素
 		const el: HTMLElement = document.querySelector(`[data-id=${item.id}]`)!; // svg元素的背景div