Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 18, 2024
1 parent 8b10949 commit b7bb3b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/components/CellInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ export const CellInput = ({
// Remove selection on blur
EditorView.domEventHandlers({
blur: (event, view) => {
console.warn("blur")
// it turns out that this condition is true *exactly* if and only if the blur event was triggered by blurring the window
let caused_by_window_blur = document.activeElement === view.contentDOM

Expand Down

0 comments on commit b7bb3b4

Please sign in to comment.