fix(web): add notes node; jinja2 editor bugfix
This commit is contained in:
@@ -529,6 +529,10 @@ export const unknownNode = {
|
||||
type: 'unknown',
|
||||
icon: unknownIcon
|
||||
}
|
||||
export const noteNode = {
|
||||
type: 'notes',
|
||||
icon: unknownIcon
|
||||
}
|
||||
|
||||
export const nodeWidth = 240;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user