remove method
void
remove()
移除全局光标
Implementation
void remove() {
if (_cursor != null) {
ElOverlay.state.remove(ElCursorService);
_cursor = null;
}
}
移除全局光标
void remove() {
if (_cursor != null) {
ElOverlay.state.remove(ElCursorService);
_cursor = null;
}
}