@fileverse-dev/fortune-core 1.3.1-paint-1 → 1.3.2

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.
@@ -181,7 +181,6 @@ export function selectTitlesRange(map) {
181
181
  }
182
182
  export function pasteHandlerOfPaintModel(ctx, copyRange) {
183
183
  var _a;
184
- console.log("pasteHandlerOfPaintModel", ctx, copyRange);
185
184
  var cfg = ctx.config;
186
185
  if (cfg.merge == null) {
187
186
  cfg.merge = {};
@@ -216,7 +216,6 @@ function selectTitlesRange(map) {
216
216
  }
217
217
  function pasteHandlerOfPaintModel(ctx, copyRange) {
218
218
  var _a;
219
- console.log("pasteHandlerOfPaintModel", ctx, copyRange);
220
219
  var cfg = ctx.config;
221
220
  if (cfg.merge == null) {
222
221
  cfg.merge = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.3.1-paint-1",
3
+ "version": "1.3.2",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",