From 384a623656db381a41f96316e90df4049af997fc Mon Sep 17 00:00:00 2001 From: linlu Date: Wed, 22 Apr 2026 10:17:11 +0800 Subject: [PATCH] fix --- tpi.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tpi.html b/tpi.html index 5f136fa..b6f8ff6 100644 --- a/tpi.html +++ b/tpi.html @@ -150,12 +150,12 @@ } - window.top.saveDrawData = function (cb) { - if (window.editorUx.selectionState.cells.length > 0) { - window.editorUx.selectPage() - } - uploadImage(cb) - } + // window.top.saveDrawData = function (cb) { + // if (window.editorUx.selectionState.cells.length > 0) { + // window.editorUx.selectPage() + // } + // uploadImage(cb) + // }