Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(wechat): 修复 hideKeyboard 没导出的问题 (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicleo committed May 21, 2020
1 parent d8580fd commit c9afd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remax-wechat/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,4 @@ export const cloud = wx.cloud;
export const requestSubscribeMessage = promisify(wx.requestSubscribeMessage);
export const hideHomeButton = promisify(wx.hideHomeButton);
export const getRealtimeLogManager = wx.getRealtimeLogManager;
export const hideKeyboard = promisify(wx.hideKeyboard);

1 comment on commit c9afd73

@vercel
Copy link

@vercel vercel bot commented on c9afd73 May 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.