You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(wechat): wait for the body editor before pasting (#246)
* fix(wechat): wait for the body editor before pasting
* fix(wechat): inline helpers in fillWechatContent for executeScript injection
chrome.scripting.executeScript only serializes the function body,
so top-level helpers (pickWechatBodyProseMirrorCandidate, isWechatTitleEditor,
getEditorArea) are not available in the injected context.
Move these helpers inline inside pickWechatBodyProseMirror() within
fillWechatContent to fix 'pickWechatBodyProseMirrorCandidate is not defined'.
Also bump version to 1.3.6.
---------
Co-authored-by: John Howe <89397553+timerring@users.noreply.github.com>
feat(zhihu): wait for image uploads to complete before refreshing page (
#235)
* feat(zhihu): wait for image uploads to complete before refreshing page
* chore: bump version to 1.3.3