ErrorView und ErrorViewModel hinzugefügt; ContactLink als Singleton konfiguriert, serialisiert aus appSettings
This commit is contained in:
@@ -34,7 +34,6 @@ class App {
|
||||
this.currentReceiver = this.envelopeResponse.receiver
|
||||
|
||||
// Load the document from the filestore
|
||||
console.debug('Loading document from filestore')
|
||||
const documentResponse = this.documentBytes
|
||||
|
||||
if (documentResponse.fatal || documentResponse.error) {
|
||||
@@ -45,11 +44,9 @@ class App {
|
||||
icon: 'error',
|
||||
})
|
||||
}
|
||||
console.log(documentResponse.data)
|
||||
console.log(this.documentBytes)
|
||||
|
||||
const arrayBuffer = this.documentBytes
|
||||
console.log(arrayBuffer)
|
||||
|
||||
// Load PSPDFKit
|
||||
this.Instance = await this.UI.loadPSPDFKit(arrayBuffer, this.container)
|
||||
this.UI.configurePSPDFKit(this.Instance, this.handleClick.bind(this))
|
||||
|
||||
Reference in New Issue
Block a user