mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-28 21:32:01 +08:00
chore: 删除无用log
This commit is contained in:
parent
2b07a6de2d
commit
ccd6fd2be3
@ -16,6 +16,7 @@ import { computed, ref } from 'vue';
|
||||
import { FormConfig, MForm } from '@tmagic/form';
|
||||
|
||||
import type { CodeParamStatement } from '@editor/type';
|
||||
import { error } from '@editor/utils';
|
||||
|
||||
defineOptions({
|
||||
name: 'MEditorCodeParams',
|
||||
@ -53,7 +54,7 @@ const onParamsChangeHandler = async () => {
|
||||
const value = await form.value?.submitForm(true);
|
||||
emit('change', value);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
error(e);
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
@ -170,8 +170,6 @@ export default class StageMultiDragResize extends MoveableOptionsManager {
|
||||
target: this.dragResizeHelper.getShadowEls(),
|
||||
});
|
||||
|
||||
console.log(options);
|
||||
|
||||
Object.entries(options).forEach(([key, value]) => {
|
||||
(this.moveableForMulti as any)[key] = value;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user