1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-08 23:29:42 +00:00

editor cursor appears where it was in files

This commit is contained in:
Langel 2022-02-19 10:56:33 -05:00
parent c7f0fd4cd0
commit 89410905b1

View File

@ -63,6 +63,7 @@ export class ProjectWindows {
this.activediv = div;
this.activewnd = wnd;
$(div).show();
$('textarea', div).focus();
this.refresh(true); // needed to tell asset editor 1st time running, but that's bad
this.refreshErrors();
wnd.setVisible && wnd.setVisible(true);