mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user