mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-08 08:45:14 +08:00
small bug fixed.
This commit is contained in:
@@ -62,6 +62,7 @@ var capture = (force) => {
|
||||
message: 'capture', senderId: "screenshot", area: selection, dpr: devicePixelRatio
|
||||
}, (res) => {
|
||||
console.log("capture回调结果:", res)
|
||||
return // 变通
|
||||
overlay(false)
|
||||
selection = null
|
||||
save(res.image, config.format, config.save)
|
||||
|
Reference in New Issue
Block a user