|
@@ -383,7 +383,7 @@ class TextInput extends Text {
|
|
interactive.visible = false;
|
|
interactive.visible = false;
|
|
interactive.draw(ctx);
|
|
interactive.draw(ctx);
|
|
super.drawRec(ctx);
|
|
super.drawRec(ctx);
|
|
- interactive.visible = true;
|
|
|
|
|
|
+ interactive.visible = old;
|
|
}
|
|
}
|
|
|
|
|
|
function get_backgroundColor() return interactive.backgroundColor;
|
|
function get_backgroundColor() return interactive.backgroundColor;
|