Skip to content

Commit ea3fb33

Browse files
committed
fix: save button always remain disabled
1 parent cc99fcb commit ea3fb33

File tree

1 file changed

+1
-1
lines changed
  • src/extensionsIntegrated/CustomSnippets

1 file changed

+1
-1
lines changed

src/extensionsIntegrated/CustomSnippets/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ define(function (require, exports, module) {
128128
const $abbrInput = $("#abbr-box");
129129
const $templateInput = $("#template-text-box");
130130

131-
const $saveBtn = $("#save-custom-snippet-btn button");
131+
const $saveBtn = $("#save-custom-snippet-btn");
132132

133133
// make sure that the required fields has some value
134134
const hasAbbr = $abbrInput.val().trim().length > 0;

0 commit comments

Comments
 (0)