1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

feat: optimize code

This commit is contained in:
杨国璇
2025-01-08 15:10:50 +08:00
parent ff44d97405
commit e8f261e0a9
4 changed files with 9 additions and 12 deletions

View File

@@ -51,4 +51,3 @@
.sf-metadata-radio-group .sf-metadata-radio-group-option.active + .sf-metadata-radio-group-option::before {
opacity: 0;
}

View File

@@ -1,4 +1,3 @@
import React, { useCallback, useMemo } from 'react';
import PropTypes from 'prop-types';
import classnames from 'classnames';

View File

@@ -98,4 +98,3 @@ export const PASTE_SOURCE = {
COPY: 'copy',
CUT: 'cut',
};

View File

@@ -1,5 +1,5 @@
/**
* @fileoverview MarkerClusterer标记聚合器用来解决加载大量点要素到地图上产生覆盖现象的问题,并提高性能。
* @fileoverview MarkerCluster标记聚合器用来解决加载大量点要素到地图上产生覆盖现象的问题并提高性能。
* 主入口类是<a href="symbols/BMapLib.MarkerCluster.html">MarkerCluster</a>
* 基于Baidu Map API 1.2。
*