Skip to content

Commit

Permalink
Fix pasted urls not working
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth committed Jul 3, 2020
1 parent 4ce5a51 commit ce492c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pasting
pasteURL

self
replaceSelectionWith: (self makeTextURLFrom: self clipboardText);
replaceSelectionWith: (self makeTextURLFrom: self clipboardText asString);
selectAt: self pointIndex
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"isStructureShortcut:" : "OS 6/12/2020 12:09",
"isValidCharacter:" : "tok 6/13/2020 12:04",
"keyStroke:" : "OS 6/12/2020 12:09",
"makeTextURLFrom:" : "kh 6/21/2020 16:56",
"makeTextURLFrom:" : "frc 7/3/2020 09:13",
"mouseDown:" : "OS 6/1/2020 00:56",
"paste" : "kh 6/15/2020 13:32",
"pasteURL" : "kh 6/19/2020 13:10",
"pasteURL" : "frc 7/3/2020 09:13",
"setEmphasisHere" : "6/1/2020 14:03:21",
"specialCharacters" : "tok 6/13/2020 12:14",
"storeSelectionInParagraph" : "lh 7/24/2019 21:51",
Expand Down

0 comments on commit ce492c5

Please sign in to comment.