Skip to content

Commit

Permalink
Few fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryamathuria committed Sep 9, 2024
1 parent 8f5ea3f commit 1fdd5b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unitylibs/core/workflow/workflow-acrobat/action-binder.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export default class ActionBinder {
if (file.type != 'application/pdf') return;
if ((file.size == 0) || file.size > this.MAX_FILE_SIZE) return;
this.handleSplashScreen(params);
return;
const blobData = await this.getBlobData(file);
const data = {
surfaceId: this.workflowCfg.productName,
Expand Down

0 comments on commit 1fdd5b1

Please sign in to comment.