JSFiddle - React, Tailwind, and code Playground

by holden321

JavaScript

KeyProcessor.AddKeys(
[
//Del - применить
{
    'key': {
        keyCode: 46,
        altKey: false,
        ctrlKey: false,
        shiftKey: false
    },
    'todo': 'ClearChat();',
    'clear': false
},