Skip to content

Commit

Permalink
Remove Delete Shortcut really this time
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaLoetfering committed Sep 8, 2023
1 parent 28013a0 commit a6790c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/CellInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ const InputContextMenu = ({ on_delete, cell_id, run_cell, skip_as_script, runnin
<span class="icon"></span>
${open
? html`<ul onMouseenter=${mouseenter}>
<li onClick=${on_delete} title="Delete (Ctrl + Backspace)"><span class="delete ctx_icon" />Delete cell</li>
<li onClick=${on_delete} title="Delete"><span class="delete ctx_icon" />Delete cell</li>
<li
onClick=${toggle_running_disabled}
title=${running_disabled ? "Enable and run the cell" : "Disable this cell, and all cells that depend on it"}
Expand Down

0 comments on commit a6790c7

Please sign in to comment.