fix(editor): 数据源列表搜索过滤无响应问题 (#582)

This commit is contained in:
Yang Gao 2024-03-21 19:30:29 +08:00 committed by GitHub
parent f999b60a79
commit b564907b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
</div>
<!-- 数据源列表 -->
<DataSourceList @edit="editHandler" @remove="removeHandler"></DataSourceList>
<DataSourceList ref="dataSourceList" @edit="editHandler" @remove="removeHandler"></DataSourceList>
</TMagicScrollbar>
<DataSourceConfigPanel