Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quorafind committed Jan 23, 2024
1 parent 3c2265d commit 0b6732e
Show file tree
Hide file tree
Showing 5 changed files with 935 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "surfing",
"name": "Surfing",
"version": "0.9.3",
"version": "0.9.4",
"minAppVersion": "1.4.0",
"description": "Surf the Net in Obsidian.",
"author": "Boninall & Windily-cloud",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surfing",
"version": "0.9.3",
"version": "0.9.4",
"description": "Use surfing to surf the net in Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/surfingIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ export default class SurfingPlugin extends Plugin {
link.onmouseover = (e) => {
if (!link.hasClass('external-link')) return;


if (!link.href || !link.href.trim().startsWith('http')) return;

const hoverPopover = new HoverPopover(
Expand Down
Loading

0 comments on commit 0b6732e

Please sign in to comment.