tui.image-editor icon indicating copy to clipboard operation
tui.image-editor copied to clipboard

Typo in tui-image-editor.css: Incorrect spelling of background-color

Open Arpitha-A-P opened this issue 8 months ago • 2 comments

Describe the bug In the file node_modules/tui-image-editor/dist/tui-image-editor.css, there is a typo: backbround-color instead of background-color. This causes styling issues.

To Reproduce Check the CSS file in the installed package.

Expected behavior The correct spelling should be background-color.

Actual Behavior The file currently contains backbround-color, which is incorrect.

Suggested Fix Replace backbround-color with background-color in the source file.

Arpitha-A-P avatar Mar 31 '25 15:03 Arpitha-A-P

Seems its fixed here https://github.com/nhn/tui.image-editor/commit/9ee993e21135a0bdb69d1400b19d89d7e78f7378

elninoisback avatar May 23 '25 19:05 elninoisback

Yeah but not deployed a new version...

xavierclotet avatar Nov 19 '25 08:11 xavierclotet