mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 18:39:52 +01:00
Remove debug
This commit is contained in:
parent
abff39557d
commit
fc90b746c9
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ export function commentCreateHandler(event: KeyboardEvent): boolean {
|
|||
const counter = document.querySelector(`#ab-comment-charcount-${id}`);
|
||||
const group = document.querySelector(`[name=ab-comment-new-group][data-a-id="${id}"]`);
|
||||
|
||||
console.debug("comment create", event.ctrlKey, event.metaKey, event.which);
|
||||
|
||||
if ((event.ctrlKey || event.metaKey) && event.which === 13) {
|
||||
event.preventDefault();
|
||||
|
||||
|
|
Loading…
Reference in a new issue