From 31dc73929f1b9b0b6bcf52c13f6fb11398abedd4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 29 Dec 2019 23:28:16 +0100 Subject: [PATCH] add canvas elements --- Views/FormView.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Views/FormView.js b/Views/FormView.js index deb5682..7baad21 100644 --- a/Views/FormView.js +++ b/Views/FormView.js @@ -328,7 +328,8 @@ export class FormView { Array.prototype.slice.call(buttons), Array.prototype.slice.call(external), Array.prototype.slice.call(special), - Array.prototype.slice.call(specialExt) + Array.prototype.slice.call(specialExt), + Array.prototype.slice.call(canvas) ).filter(function(val) { return val; }); };