1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-02 14:47:55 +02:00

Fix text search

This commit is contained in:
Chen-I Lim 2020-10-14 17:40:27 -07:00
parent 5c8d869307
commit efba614765

View File

@ -252,5 +252,6 @@ export default class BoardPage extends React.Component<Props, State> {
setSearchText(text?: string) {
this.state.boardTree?.setSearchText(text)
this.setState({...this.state, boardTree: this.state.boardTree})
}
}