1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

npm update

This commit is contained in:
Steven Hugg
2024-06-05 09:44:47 -05:00
parent a7f09dc2ce
commit a01cc6453a
2 changed files with 1660 additions and 9250 deletions
+1659 -9249
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -855,7 +855,7 @@ export class CharmapEditor extends PixNode {
sel.attr('selected','selected');
});
palselect.appendTo(agrid).change((e) => {
var index = $(e.target).val() as number;
var index = ($(e.target).val() as any) as number;
(palizer as Palettizer).palindex = index;
palizer.refreshRight();
});