Skip to content

Commit

Permalink
fix: Aviod presentation conversion causing a crash (#19825) (port)
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Mar 18, 2024
1 parent e4e4b1e commit e5812ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ class PresentationUploader extends Component {

commands[newCurrentIndex] = {
$apply: (presentation) => {
if (!presentation) return;
const p = presentation;
if (p) {
p.current = true;
Expand Down

0 comments on commit e5812ff

Please sign in to comment.