Skip to content

Commit 087ec27

Browse files
committed
feature(wysiwyg): fix quotes
1 parent 002d239 commit 087ec27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/codelab/src/app/admin/content/presentation-editor/side-panel/side-panel.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="slides-wrapper">
22
<button (click)="addSlide()">Add</button>
33

4-
<div (cdkDropListDropped)="reorder.emit($event)" cdkDropList >
4+
<div (cdkDropListDropped)="reorder.emit($event)" cdkDropList>
55
<button
66
inert
77
(click)="this.navigationService.goToSlide(presentationId, i)"

0 commit comments

Comments
 (0)