mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-21 00:03:09 -07:00
fixed bug in new doc
This commit is contained in:
parent
c8fad99f90
commit
bfaa4af363
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ haste.prototype.newDocument = function(hideHistory) {
|
|||
this.$textarea.val('').show('fast', function() {
|
||||
this.focus();
|
||||
});
|
||||
this.selectedLines = { startLine: null, endLine: null };
|
||||
this.removeLineNumbers();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue