@titaui/pc 1.16.47 → 1.16.49

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.
@@ -270,7 +270,7 @@ var DingdingBtn = function DingdingBtn(props) {
270
270
 
271
271
 
272
272
  (0, _react.useEffect)(function () {
273
- if (isDingDing) {
273
+ if (!isDingDing) {
274
274
  console.log('不是钉钉');
275
275
  return;
276
276
  } else {
@@ -204,7 +204,7 @@ var MblogAction = /*#__PURE__*/function (_PureComponent) {
204
204
  },
205
205
  overlay: this.props.atTipText
206
206
  }, /*#__PURE__*/_react["default"].createElement("div", {
207
- onClick: this.onOpenAtSelector
207
+ onMouseDown: this.onOpenAtSelector
208
208
  }, /*#__PURE__*/_react["default"].createElement("span", {
209
209
  className: "btn-txt"
210
210
  }, this.props.atText))))), this.props.isShowAtAll && /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.47",
3
+ "version": "1.16.49",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",