@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.
package/es/modules/selection.js
CHANGED
|
@@ -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 = {};
|
package/lib/modules/selection.js
CHANGED