Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 0cc5302

Browse files
author
Marcel Gerber
committed
Replace the URL in URLCodeHints even if it is the current content of the attr
1 parent 6e9f9e6 commit 0cc5302

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/extensions/default/UrlCodeHints

src/extensions/default/UrlCodeHints/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,6 @@ define(function (require, exports, module) {
752752
} else if (tagInfo.position.offset === 0) {
753753
completion = "\"" + completion + "\"";
754754
}
755-
} else if (completion === tagInfo.attr.value) {
756-
shouldReplace = false;
757755
}
758756

759757
if (shouldReplace) {

0 commit comments

Comments
 (0)