acsi-core 0.1.72 → 0.1.73

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.
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const PDFViewer: () => import("react").JSX.Element;
3
+ export default PDFViewer;
package/dist/index.js CHANGED
@@ -847,6 +847,7 @@ var CoreSearch = function CoreSearch(props) {
847
847
  placeholder: placeholder,
848
848
  onKeyDown: function onKeyDown(e) {
849
849
  if (e.key === "Enter") {
850
+ e.preventDefault();
850
851
  onPressEnter && onPressEnter(value);
851
852
  }
852
853
  }