We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0eb972 commit cc44be7Copy full SHA for cc44be7
src/web/ControlsWaiter.js
@@ -257,7 +257,7 @@ ControlsWaiter.prototype.loadClick = function() {
257
*/
258
ControlsWaiter.prototype.saveButtonClick = function() {
259
const recipeName = Utils.escapeHtml(document.getElementById("save-name").value);
260
- const recipeStr = document.getElementById("save-text").value;
+ const recipeStr = document.querySelector("#save-texts .tab-pane.active textarea").value;
261
262
if (!recipeName) {
263
this.app.alert("Please enter a recipe name", "danger", 2000);
0 commit comments