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:
@@ -51,4 +51,3 @@
|
||||
.sf-metadata-radio-group .sf-metadata-radio-group-option.active + .sf-metadata-radio-group-option::before {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
import React, { useCallback, useMemo } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import classnames from 'classnames';
|
||||
|
@@ -98,4 +98,3 @@ export const PASTE_SOURCE = {
|
||||
COPY: 'copy',
|
||||
CUT: 'cut',
|
||||
};
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @fileoverview MarkerClusterer标记聚合器用来解决加载大量点要素到地图上产生覆盖现象的问题,并提高性能。
|
||||
* @fileoverview MarkerCluster标记聚合器用来解决加载大量点要素到地图上产生覆盖现象的问题,并提高性能。
|
||||
* 主入口类是<a href="symbols/BMapLib.MarkerCluster.html">MarkerCluster</a>,
|
||||
* 基于Baidu Map API 1.2。
|
||||
*
|
||||
|
Reference in New Issue
Block a user