mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 01:48:40 +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(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; });
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user