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

fix feature side panel issue

parent 262ad37d
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,7 @@ export class ViewerCmp implements OnDestroy {
public pliVol$ = merge(
this._pliVol$?.pipe(
filter(arr => arr.length > 0),
mapTo({
title: this._pliTitle,
description: this._pliDesc,
......
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