去除重复声明

This commit is contained in:
mgw
2025-03-13 16:44:03 +08:00
parent 839b3c981d
commit 20efa0bdab

View File

@@ -72,9 +72,6 @@ patch(ListRenderer.prototype, 'custom_measure_line_tree_patch', {
getContext() {
return this.context;
},
getContext() {
return this.context;
},
})
registry.category('fields').add('custom_measure_line_tree', QualityCheckMeasureLineTree);