add preview for markup
This commit is contained in:
@@ -36,7 +36,7 @@ export class TextWidgetComponent {
|
||||
edit() {
|
||||
this.dialog.open(AddTextDialogComponent,{
|
||||
data: {text : this.data.text},
|
||||
width: '600px'
|
||||
width: '800px'
|
||||
}).afterClosed().subscribe((text?: string) => {
|
||||
if (text !== undefined) {
|
||||
this.data.text = text;
|
||||
|
||||
Reference in New Issue
Block a user