유동식
유동식
Please let me know your timezone name and difference hours. Seoul is GMT+09
OK. I'll reproduce this with your timezone.
I set my timezone to EST (UTC-5) and UTC-4 both. `getTimezoneOffset()` returns 300 and 240, respectively. I saw single day events not spanning multiple days, but couldn't see blank spaces....
It'll be resolved by using snabbdom. Be patient.
@YashkaSurin I'm sorry. I don't have any progress after at that time. I used virtual-dom with snabbdom to solve it, but snabbdom seems to be not managed at this time.
@YashkaSurin I think it's possible to adjust the scroll position after re-rendering it with saving the scroll position.
@dilyanpalauzov "build:esm" script is supposed to generate es6 modules corresponding typescript files. But `dist/esm` folder will not b e in a repository, but in npm repository.
`tui-calendar.js` and `tui-calendar.es6.js` are bundled as UMD. The differenence is transpiling it or not. `tui-calendar.es6.js` contains ES6 source code which is not transpiled to ES5. ES6 modules of "build:esm" has...
`tui-calendar.es6.js` will be less than `tui-calendar.js` despite of as UMD. Someone needs lighter library with only evergreen browsers not IE. Someone needs ES Modules to use tree-shaking on purpose.
Do you mean `build:es6` is not necessary?