Animierte Navbar-Anzeige für envelopeDto-Informationen hinzugefügt
This commit is contained in:
@@ -14,8 +14,6 @@ class App {
|
||||
this.container = container
|
||||
this.envelopeKey = envelopeKey
|
||||
|
||||
// Initialize classes
|
||||
console.debug('Initializing classes..')
|
||||
this.UI = new UI()
|
||||
this.Network = new Network()
|
||||
this.Annotation = new Annotation()
|
||||
@@ -71,7 +69,6 @@ class App {
|
||||
const arrayBuffer = documentResponse.data
|
||||
|
||||
// Load PSPDFKit
|
||||
console.debug('Loading 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