Skip to content

Commit ffbf6f0

Browse files
fix(field): import
1 parent aa51552 commit ffbf6f0

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

projects/ngx-quill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-quill",
3-
"version": "30.1.1",
3+
"version": "30.1.2",
44
"license": "MIT",
55
"author": {
66
"name": "Bengt Weiße"

projects/ngx-quill/src/lib/quill-editor-field.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ import type { QuillOptions } from 'quill'
2828
import type DeltaType from 'quill-delta'
2929
import type History from 'quill/modules/history'
3030
import type Toolbar from 'quill/modules/toolbar'
31-
import { debounceTime, mergeMap, Subscription } from 'rxjs'
32-
import { fromEvent } from 'rxjs/internal/observable/fromEvent'
31+
import { debounceTime, fromEvent, mergeMap, Subscription } from 'rxjs'
3332

3433
import { type Blur, type ContentChange, type EditorChangeContent, type EditorChangeSelection, type Focus, type Range, type SelectionChange } from './quill-editor.component'
3534
import { QuillService } from './quill.service'

0 commit comments

Comments
 (0)