vdc-editor 0.1.93 → 0.1.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,7 @@ export declare const SPELLCHECKER_META_LIST: {
9
9
  readonly PREVENT_UPDATE: "preventUpdate";
10
10
  readonly APPENDED: "appended";
11
11
  readonly APPENDED_TRANSACTION: "appendedTransaction";
12
+ readonly ACCEPT_SUGGESTION: "acceptSuggestion";
12
13
  };
13
14
  export interface IUiStrings {
14
15
  noSuggestions?: string;
@@ -22,6 +22,7 @@ export default class Spellchecker {
22
22
  private editorView?;
23
23
  private isInitialProofreadingDone;
24
24
  private lastOriginalFrom;
25
+ private lastClickedDecoration;
25
26
  private readonly suggestionBox;
26
27
  private isEnableSuggestion;
27
28
  private isMobile;