mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
parent
13a677dd3e
commit
468413274d
@ -306,6 +306,9 @@ async function loadModel (
|
||||
ltxes = memTxes
|
||||
}
|
||||
}
|
||||
if (ltxes.length < modelTransactionThreshold) {
|
||||
lastTxTime = 0
|
||||
}
|
||||
}
|
||||
|
||||
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
|
||||
export default async () => ({
|
||||
IntegrationHTMLPresenter: integrationHTMLPresenter,
|
||||
IntegrationTextPresenter: integrationTextPresenter
|
||||
function: {
|
||||
IntegrationHTMLPresenter: integrationHTMLPresenter,
|
||||
IntegrationTextPresenter: integrationTextPresenter
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user