Commit 71818282 by ramdayalmunda

changes for pdf

parent 940f5e70
......@@ -12,6 +12,9 @@
hidden {
display: none;
}
canvas:focus-visible{
outline: unset;
}
.header {
position: relative;
......
......@@ -13,7 +13,9 @@ var tempDocData = [
var editor = new ADocEditor({
container: document.getElementById("user-container-for-editor")
})
editor.focusOnPage()
setTimeout( ()=>{
editor.focusOnPage()
}, 100)
var extractedData = null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment