mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
lint
This commit is contained in:
parent
8897d98bd9
commit
53666cbfe8
@ -7,9 +7,11 @@ import { initButtons, initPens } from './canvas-note-utils/gui.js';
|
||||
import _debounce from './canvas-note-utils/lib/lodash.debounce.js';
|
||||
|
||||
const TPL = `
|
||||
<div id="parentContainer" class="note-detail-canvas-note note-detail-printable"
|
||||
style=" /*resize: both;*/
|
||||
overflow:auto; width: 100%; height: 70%; background-color: rgba(255,248,230,0.58); border: 1px double #efefef;">
|
||||
<div
|
||||
id="parentContainer"
|
||||
class="note-detail-canvas-note note-detail-printable"
|
||||
style="overflow:auto; width: 100%; height: 70%; background-color: rgba(255,248,230,0.58); border: 1px double #efefef;"
|
||||
>
|
||||
<div id="canvasContainer" style="width: 1500px; height: 1500px;">
|
||||
<canvas id="c" class="canvasElement" style="border:1px solid #aaa; width: 1500px; height: 1500px"></canvas>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user