mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02: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';
|
import _debounce from './canvas-note-utils/lib/lodash.debounce.js';
|
||||||
|
|
||||||
const TPL = `
|
const TPL = `
|
||||||
<div id="parentContainer" class="note-detail-canvas-note note-detail-printable"
|
<div
|
||||||
style=" /*resize: both;*/
|
id="parentContainer"
|
||||||
overflow:auto; width: 100%; height: 70%; background-color: rgba(255,248,230,0.58); border: 1px double #efefef;">
|
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;">
|
<div id="canvasContainer" style="width: 1500px; height: 1500px;">
|
||||||
<canvas id="c" class="canvasElement" style="border:1px solid #aaa; width: 1500px; height: 1500px"></canvas>
|
<canvas id="c" class="canvasElement" style="border:1px solid #aaa; width: 1500px; height: 1500px"></canvas>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user