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