frst-components 0.23.30 → 0.23.31

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4007,10 +4007,10 @@ const useInputHook = ({ limit, placeholder, onSendMentions, onContentFormat, onC
4007
4007
  hasKeyPresent = true;
4008
4008
  }
4009
4009
  inputSearch = afterAt.replace('@', '');
4010
- setShowMention(false);
4011
4010
  }
4012
4011
  else {
4013
4012
  inputSearch = '';
4013
+ setShowMention(false);
4014
4014
  }
4015
4015
  }
4016
4016
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frst-components",
3
3
  "homepage": "http://FRST-Falconi.github.io/storybook.frstfalconi.com",
4
- "version": "0.23.30",
4
+ "version": "0.23.31",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",