Add section copy&paste functionality
Add 2 new menu buttons to the section menu. One simply copies the selected section to the clipboard. The other opens a dialog where a copied section can be pasted. The section element's IDs are checked if they are available and a warning is shown.
Showing
- projects/editor/src/app/app.module.ts 3 additions, 1 deletionprojects/editor/src/app/app.module.ts
- projects/editor/src/app/components/canvas/section-menu.component.ts 16 additions, 29 deletions...ditor/src/app/components/canvas/section-menu.component.ts
- projects/editor/src/app/components/dialogs/section-insert-dialog.component.ts 83 additions, 0 deletions...app/components/dialogs/section-insert-dialog.component.ts
- projects/editor/src/app/services/dialog.service.ts 9 additions, 0 deletionsprojects/editor/src/app/services/dialog.service.ts
- projects/editor/src/assets/i18n/de.json 5 additions, 1 deletionprojects/editor/src/assets/i18n/de.json
Loading
Please register or sign in to comment