Skip to content

Commit

Permalink
Merge pull request #713 from HadesArchitect/dom-not-ready
Browse files Browse the repository at this point in the history
Fixes #712
  • Loading branch information
mhmdkrmabd authored Jan 26, 2025
2 parents 73def84 + ba66950 commit 7b4c2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ $(document).on('initialize', () => {
buttons.back.toggleClass('disabled', !webviewAIAssistant[0].canGoBack())
buttons.forward.toggleClass('disabled', !webviewAIAssistant[0].canGoForward())
}, 500)
})
}, 2000)
} catch (e) {}
})

Expand Down

0 comments on commit 7b4c2ad

Please sign in to comment.