Skip to content

Commit

Permalink
resumeStack
Browse files Browse the repository at this point in the history
  • Loading branch information
torocruzand committed Jan 17, 2022
1 parent ad8410c commit a363475
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frlDragDropFilesIntoIDE.livecodescript
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,16 @@ on suspendStack
pass suspendStack
end suspendStack

# remove data being dragged.
on resumeStack
if sFiles is not empty then
_deleteBackgroundGraphic
delete variable sMouseStack
end if
pass suspendStack
end resumeStack


private on ____________Core______________
-- Core of this extensions
end ____________Core______________
Expand Down

0 comments on commit a363475

Please sign in to comment.