@lazlon-platform/html-editor 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,8 +76,6 @@ export function useSelectionFrame<E extends HTMLElement>(props?: {
76
76
  const page = editor.selectionPage?.ref?.getBoundingClientRect()
77
77
  if (!frame || !stage || !page) return
78
78
 
79
- console.log(frame, stage, page)
80
-
81
79
  const tx = page.x - stage.x + x * zoom
82
80
  const ty = page.y - stage.y + y * zoom
83
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazlon-platform/html-editor",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"