Skip to content

Commit

Permalink
removed the remaining search context
Browse files Browse the repository at this point in the history
  • Loading branch information
MokujinMap committed Apr 26, 2024
1 parent e54279e commit 6943df7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/controls/MMapSearchControl/MMapSuggest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ type MMapSuggestProps = {
class MMapSuggest extends mappable.MMapComplexEntity<MMapSuggestProps> {
private _detachDom?: DomDetach;
private _rootElement?: HTMLElement;
private _unwatchSearchContext?: () => void;
private _unwatchThemeContext?: () => void;

private _updateSuggest(props: MMapSuggestProps) {
Expand Down Expand Up @@ -154,8 +153,6 @@ class MMapSuggest extends mappable.MMapComplexEntity<MMapSuggestProps> {
this._detachDom?.();
this._detachDom = undefined;

this._unwatchSearchContext?.();
this._unwatchSearchContext = undefined;
this._unwatchThemeContext?.();
this._unwatchThemeContext = undefined;

Expand Down

0 comments on commit 6943df7

Please sign in to comment.