mxdraw 0.1.352 → 0.1.354

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.
package/dist/mxdraw.d.ts CHANGED
@@ -1798,7 +1798,7 @@ interface iniConfig {
1798
1798
  EnableIntelliSelect?: boolean;
1799
1799
  /** 启动O 捕捉功能 */
1800
1800
  EnableOsnapFunction?: boolean;
1801
- /** 启动夹点编辑,true,1表示启用,0,fase表示禁用,2表示只显示夹点,但响应夹点编辑. */
1801
+ /** 启动夹点编辑,true,1表示启用,0,fase表示禁用,2表示只显示夹点,但不响应夹点编辑. */
1802
1802
  EnableGripEdit?: boolean | number;
1803
1803
  /** 启动多选,框选功能,默认值是false */
1804
1804
  multipleSelect?: boolean;