mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-15 16:58:42 +00:00
add canvas elements
This commit is contained in:
parent
a9404130b3
commit
31dc73929f
|
|
@ -328,7 +328,8 @@ export class FormView {
|
||||||
Array.prototype.slice.call(buttons),
|
Array.prototype.slice.call(buttons),
|
||||||
Array.prototype.slice.call(external),
|
Array.prototype.slice.call(external),
|
||||||
Array.prototype.slice.call(special),
|
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; });
|
).filter(function(val) { return val; });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user