Skip to content

Commit 46b62f1

Browse files
committed
keyword trace
1 parent e5cb306 commit 46b62f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout/layout-toolbar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export class LayoutToolbarComponent {
221221
faro.api.setView({ name: this.originalView ?? '' });
222222
faro.api.pushEvent('search-panel-closed', {});
223223
if (this.span) {
224-
this.span.setAttribute('search-keyword', this.searchKeyword.value || '');
224+
this.span.setAttribute('search-keyword', this.keepSearchKeyword());
225225
this.span.end();
226226
this.span = undefined;
227227
}

0 commit comments

Comments
 (0)