tui.image-editor
tui.image-editor copied to clipboard
Typo in tui-image-editor.css: Incorrect spelling of background-color
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.
Seems its fixed here https://github.com/nhn/tui.image-editor/commit/9ee993e21135a0bdb69d1400b19d89d7e78f7378
Yeah but not deployed a new version...