Frontmatter
| id | 959 |
| title | Neo.clone(): add support for dates |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 21, 2020, 5:55 PM |
| updatedAt | Jul 21, 2020, 5:56 PM |
| githubUrl | https://github.com/neomjs/neo/issues/959 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 21, 2020, 5:56 PM |
just noticed that dates can get lost inside the cloning process:
/** * The currently active date inside all views * @member {Date} currentDate_=new Date() */ currentDate_: new Date(),Will adjust Neo.clone()