Commit a368b0e6 by ramdayalmunda

focus when adding list or bullets

parent 5ce24a3b
......@@ -52,6 +52,9 @@
.toolbar .item:hover {
background: #5fad5f;
}
[adc-type="popover"] {
pointer-events: none;
}
.option {
border: 1px solid black;
padding: 5px;
......
......@@ -24,6 +24,7 @@
<body>
<div class="body"></div>
<p style="font-family: 'Calibri';">Click on the <span>canvas</span> and start typing
<input />
<button onclick="log()">Log</button>
<button onclick="setData()">Set Data</button>
<button onclick="generatePDF()">Generate PDF</button>
......
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