Skip to content

Commit

Permalink
Rename tagEditor tag-editor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Jul 30, 2021
1 parent caa7d27 commit dc3e61b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/editor/index.ts
Expand Up @@ -24,7 +24,7 @@ import { EditingArea } from "./editing-area";
import { Editable } from "./editable";
import { Codable } from "./codable";
import { initToolbar, fieldFocused } from "./toolbar";
import { initTagEditor } from "./tagEditor";
import { initTagEditor } from "./tag-editor";

export { setNoteId, getNoteId } from "./note-id";
export { saveNow } from "./change-timer";
Expand Down
File renamed without changes.

0 comments on commit dc3e61b

Please sign in to comment.