@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/react.js CHANGED
@@ -2241,7 +2241,7 @@ var LiteArea = class {
2241
2241
  options.sizing
2242
2242
  );
2243
2243
  this.completion = options.completion === false ? void 0 : withDefaults(
2244
- { auto: true, triggerCharacters: " ", limit: 100, showDocumentation: true },
2244
+ { auto: true, triggerCharacters: "", limit: 100, showDocumentation: true },
2245
2245
  options.completion
2246
2246
  );
2247
2247
  this.hover = options.hover === false ? void 0 : withDefaults({ enabled: true, delay: 140 }, options.hover);