@citisen/litearea 0.2.0 → 0.2.1

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.
package/dist/index.cjs CHANGED
@@ -2349,7 +2349,7 @@ var LiteArea = class {
2349
2349
  options.sizing
2350
2350
  );
2351
2351
  this.completion = options.completion === false ? void 0 : withDefaults(
2352
- { auto: true, triggerCharacters: " ", limit: 100, showDocumentation: true },
2352
+ { auto: true, triggerCharacters: "", limit: 100, showDocumentation: true },
2353
2353
  options.completion
2354
2354
  );
2355
2355
  this.hover = options.hover === false ? void 0 : withDefaults({ enabled: true, delay: 140 }, options.hover);