Skip to content

Commit

Permalink
修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyJiangWJ committed Jul 8, 2023
1 parent ed0e0a7 commit e7c0707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ProjectWidgetUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ const ProjectWidgetUtils = function () {
try {
let noticeWidget = this.widgetGetOne('提醒TA来收.*', 1000)
if (noticeWidget) {
let noticeBounds = noticeWidget.parent().child(0)
let noticeBounds = noticeWidget.parent().child(0).bounds()
if (noticeBounds) {
let screen = _commonFunctions.checkCaptureScreenPermission()
if (screen) {
Expand Down

0 comments on commit e7c0707

Please sign in to comment.