mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 04:23:58 +03:00
parent
13a677dd3e
commit
468413274d
@ -306,6 +306,9 @@ async function loadModel (
|
|||||||
ltxes = memTxes
|
ltxes = memTxes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (ltxes.length < modelTransactionThreshold) {
|
||||||
|
lastTxTime = 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let atxes: Tx[] = []
|
let atxes: Tx[] = []
|
||||||
|
@ -40,6 +40,8 @@ export async function integrationTextPresenter (doc: Doc, control: TriggerContro
|
|||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
|
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
|
||||||
export default async () => ({
|
export default async () => ({
|
||||||
IntegrationHTMLPresenter: integrationHTMLPresenter,
|
function: {
|
||||||
IntegrationTextPresenter: integrationTextPresenter
|
IntegrationHTMLPresenter: integrationHTMLPresenter,
|
||||||
|
IntegrationTextPresenter: integrationTextPresenter
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user