Dan Mishin

Results 5 comments of Dan Mishin

Try this in your css file ``` @media print { .body { background: #00BAFF; } } ```

Same problem. And nothing find about editorjs api triggers in block toolbox.

Yes. But use other way: I use `callback_data` field when build buttons array with some parameter (id, short_string and other) and then check callbacks with `callbackQueries`. Something like this: ```...

I think you can use _**callback_data**_ with /command and args (if need it). Something like this: `{text:'Button text', callback_data:'/command, args'};` And then parse it in _**callbackQueries**_ method. I'm not shure...

I had a same problem. You need to create new Workbook every time when you generate new file: `var wb = new xl.Workbook();`