Skip to content

Commit edd7a2a

Browse files
committed
Add dropdown module component for editor
1 parent 3bc23be commit edd7a2a

File tree

8 files changed

+509
-472
lines changed

8 files changed

+509
-472
lines changed

src/components/editor/editor.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {type CSSResultGroup, html, PropertyValues, unsafeCSS} from 'lit';
33
import ZincElement, {ZincFormControl} from '../../internal/zinc-element';
44
import Quill from "quill";
55
import {FormControlController} from '../../internal/form';
6-
import DropdownModule, {dropdownOpen} from "./modules/dropdown-module";
6+
import DropdownModule, {dropdownOpen} from "./modules/dropdown-module/dropdown-module";
77
import AttachmentModule from "./modules/attachment-module";
88
import TimeTrackingModule from "./modules/time-tracking-module";
99
import DragAndDropModule from "./modules/drag-drop-module";

src/components/editor/editor.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
}
7979

8080
#editor {
81-
display: contents;
8281
flex: 1;
8382
height: 0;
8483
padding: 0;

0 commit comments

Comments
 (0)