Frontmatter
| id | 1473 |
| title | examples.tree => draggable: true for dist versions |
| state | Closed |
| labels | bugstale |
| assignees | tobiu |
| createdAt | Dec 3, 2020, 4:48 PM |
| updatedAt | Sep 27, 2024, 4:34 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1473 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 27, 2024, 4:34 AM |
examples.tree => draggable: true for dist versions
tobiu assigned to @tobiu on Dec 3, 2020, 4:48 PM

tobiu
Dec 3, 2020, 5:00 PM
adjustListItemCls() gets triggered at a different time indeed.
dev mode: owner rendered === false, owner rendering === true
dist dev: owner rendered === false, owner rendering === false
@github-actions - 2024-09-13T02:30:53Z
This issue is stale because it has been open for 90 days with no activity.
- 2024-09-13T02:30:53Z @github-actions added the
stalelabel
@github-actions - 2024-09-27T02:34:04Z
This issue was closed because it has been inactive for 14 days since being marked as stale.
- 2024-09-27T02:34:04Z @github-actions closed this issue
while it does work fine inside the dev mode, it does not inside the dist env.
the "neo-draggable" css class does not get applied to tree nodes.
it could be related to the store.load() timing.
will take a closer look into draggable.list.DragZone.