Skip to content

Commit

Permalink
dummy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 16, 2025
1 parent 0d83b36 commit ce075c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions kabelsalat.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
miniLocations.push([loc[0] + begin - 1, loc[0] + end - 1]);
});
});
// dummy comment
window.parent.strudel.onUpdateMiniLocations(docId, miniLocations);
// uglyness ends here
const docPattern = window.parent.strudelWindow.stack(...patterns);
Expand Down
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ applySettingsToNudel();
//
// - By disabling paste, we prioritise being in the moment, and creating with others in the open.
//=======================================================================================
addEventListener(
/* addEventListener(
'paste',
(e) => {
e.preventDefault();
nudelAlert('Pasting is disabled until further notice for experimental purposes.');
},
{ passive: false, capture: true },
);
); */

0 comments on commit ce075c7

Please sign in to comment.