jaesung-lee

Results 25 comments of jaesung-lee

@csd998aaa I checked issue. You can just type in plain text. Is there a reason why you use it like this?

@dpatra Sorry for late replying. This usability was not considered. I'll improve it. However, priorities will be lower than other features.

@JasonBullockMo Sorry for late replying. * Can Toast 3 preserve consecutive white space (as it did in Toast v2)? * Can you show the gif image about this issue? *...

@JasonBullockMo Sorry for late replying. There is a problem that the space is deleted during converting, but I don't know if it is the same issue as this issue. Can...

@JasonBullockMo I understood the issue clearly. It will be fixed.

@fi5er Currently, we made this specification work only if it was designated as `referenceDefinition: true` due to the performance issue. However, I just found out there is an error in...

@ustacryptact We've never considered it, so I'll think about how to provide it internally. Thank you!

@shyuon `scrollY: false` option is just example source code.(Nothing to mean) The synchronization of scroll between the left area and right area is caused due to browser engine(not grid problem)....

@RainAB111 Maybe I can work on it in the end of this year or next year.

@z-950 The hook below should be used, not directly defining the drop event. ```js hooks: { addImageBlobHook: (fileOrBlob, callback) => { callback("https://example.com/picture.png"); }, }, ``` However, the current version needs...