From 8897d98bd9c83e8a1e00815a81843adc6dc8ec57 Mon Sep 17 00:00:00 2001 From: thfrei <7283497+thfrei@users.noreply.github.com> Date: Mon, 15 Feb 2021 16:34:44 +0100 Subject: [PATCH] add note-detail height to make canvas visible due to some upstream changes, this was necessary. otherwise complete inside container was not visible. --- src/public/app/widgets/type_widgets/canvas_note.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/public/app/widgets/type_widgets/canvas_note.js b/src/public/app/widgets/type_widgets/canvas_note.js index c46dd1370..e67fc8f31 100644 --- a/src/public/app/widgets/type_widgets/canvas_note.js +++ b/src/public/app/widgets/type_widgets/canvas_note.js @@ -53,6 +53,12 @@ const TPL = ` + + `; export default class CanvasNoteTypeWidget extends TypeWidget {