Skip to content

Commit

Permalink
chore(editor): 删除调试信息
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Nov 8, 2023
1 parent fb7bac8 commit 8dcff6b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ const tree = ref<InstanceType<typeof TMagicTree>>();
defineExpose({
filter(val: string) {
debugger;
tree.value?.filter(val);
},
});
Expand Down

0 comments on commit 8dcff6b

Please sign in to comment.