Skip to content

Commit

Permalink
💫 Disable Context Menu Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 27, 2022
1 parent 17ad447 commit 31294bf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ extension RNIContextMenuView {
fileprivate extension RNIContextMenuView {

func cleanup(){
// temp. disable
return;
guard !self.didTriggerCleanup else { return };
self.didTriggerCleanup = true;

Expand Down

0 comments on commit 31294bf

Please sign in to comment.