修改拖拽显示逻辑

v1.2.0
于肖磊 2025-02-26 18:57:07 +08:00
parent 3336d7d83f
commit 8c1225c0a2
1 changed files with 2 additions and 0 deletions

View File

@ -641,6 +641,8 @@ const resizingHandle = (new_location: any, key: string, index: number, type: str
com_data.line_size = line_size;
}
if (type == 'resizeEnd') {
// xykey
com_data.is_data_update = !com_data.is_data_update;
operation_end(get_history_name(diy_data.value[index]));
}
};