tui.grid icon indicating copy to clipboard operation
tui.grid copied to clipboard

I found 'diabled' not 'disabled'

Open fix-a-lot opened this issue 2 years ago β€’ 1 comments

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!

fix-a-lot avatar May 14 '22 12:05 fix-a-lot

@fixalot84 Thanks for finding the typo. But, It is in TOAST UI SelectBox, not Grid. I'll correct it.

jajugoguma avatar May 18 '22 02:05 jajugoguma