Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Fix incorrect menu on second highlight attempt (#177)
Browse files Browse the repository at this point in the history
This fixes #170.
  • Loading branch information
revolter authored and hebertialmeida committed Dec 5, 2016
1 parent 6a77107 commit 097d0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FolioReaderWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ open class FolioReaderWebView: UIWebView {
isUserInteractionEnabled = false
isUserInteractionEnabled = true

createMenu(options: true)
createMenu(options: false)
setMenuVisible(true, andRect: rect)

// Persist
Expand Down

0 comments on commit 097d0b1

Please sign in to comment.