You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If it has, then it is necessary to draw the closest ancestor which is a container.
618
641
// /!\ THIS METHOD IS WRONG: it should draw the parent container, but don't redraw any children of its children Container
619
642
// /!\ Maybe rename this .outerDraw() or .parentDraw()
620
-
Element.prototype.redraw=function(){
621
-
if(!this.document||this.hidden){returnthis;}
643
+
// Option 'force' redraw even if the element is hidden, in fact it is used by the .hide() method to effectively hide the element on the parent container.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "terminal-kit",
3
-
"version": "1.47.1",
3
+
"version": "1.47.2",
4
4
"description": "256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!",
0 commit comments