We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cb306 commit 46b62f1Copy full SHA for 46b62f1
src/app/layout/layout-toolbar.component.ts
@@ -221,7 +221,7 @@ export class LayoutToolbarComponent {
221
faro.api.setView({ name: this.originalView ?? '' });
222
faro.api.pushEvent('search-panel-closed', {});
223
if (this.span) {
224
- this.span.setAttribute('search-keyword', this.searchKeyword.value || '');
+ this.span.setAttribute('search-keyword', this.keepSearchKeyword());
225
this.span.end();
226
this.span = undefined;
227
}
0 commit comments