tui.grid
tui.grid copied to clipboard
I found 'diabled' not 'disabled'
Describe the bug
I found 'diabled' not 'disabled'.
- tui-grid.js
- v4.21.1
- 16430 line
this.opened = false;
/**
* @type {boolean}
* @private
*/
this.diabled = false; // <--
/**
* @type {boolean}
*/
this.autoclose = autoclose;
Maybe has a bug potential I thinkπ
Bye!
@fixalot84 Thanks for finding the typo. But, It is in TOAST UI SelectBox, not Grid. I'll correct it.