mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-11 18:13:52 +02:00
npm run fix
This commit is contained in:
parent
234676698e
commit
0cca55126c
@ -65,7 +65,7 @@ class CardDetail extends React.Component<Props, State> {
|
||||
this.setState({cardTree: newCardTree, title: newCardTree.card.title})
|
||||
},
|
||||
async () => {
|
||||
Utils.log(`cardListener.onReconnect`)
|
||||
Utils.log('cardListener.onReconnect')
|
||||
const newCardTree = cardTree.mutableCopy()
|
||||
await newCardTree.sync()
|
||||
this.setState({cardTree: newCardTree, title: newCardTree.card.title})
|
||||
|
@ -159,7 +159,7 @@ export default class BoardPage extends React.Component<Props, State> {
|
||||
this.incrementalUpdate(blocks)
|
||||
},
|
||||
() => {
|
||||
Utils.log(`workspaceListener.onReconnect`)
|
||||
Utils.log('workspaceListener.onReconnect')
|
||||
this.sync()
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user