Skip to content
Snippets Groups Projects
Commit 0d9b62d7 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: build

parent 83ebfd55
No related branches found
No related tags found
No related merge requests found
...@@ -797,7 +797,7 @@ export class NehubaGlueCmp implements IViewer, OnChanges, OnDestroy{ ...@@ -797,7 +797,7 @@ export class NehubaGlueCmp implements IViewer, OnChanges, OnDestroy{
) )
} }
public handleMouseLeaveCustomLandmark() { public handleMouseLeaveCustomLandmark(_lm) {
this.store$.dispatch( this.store$.dispatch(
viewerStateMouseOverCustomLandmark({ viewerStateMouseOverCustomLandmark({
payload: { userLandmark: null } payload: { userLandmark: null }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment