@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/react.cjs CHANGED
@@ -2263,7 +2263,7 @@ var LiteArea = class {
2263
2263
  options.sizing
2264
2264
  );
2265
2265
  this.completion = options.completion === false ? void 0 : withDefaults(
2266
- { auto: true, triggerCharacters: " ", limit: 100, showDocumentation: true },
2266
+ { auto: true, triggerCharacters: "", limit: 100, showDocumentation: true },
2267
2267
  options.completion
2268
2268
  );
2269
2269
  this.hover = options.hover === false ? void 0 : withDefaults({ enabled: true, delay: 140 }, options.hover);