Skip to content

Commit

Permalink
Fixes #53: 4th option for the background fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AgriyaDev5 committed Jan 7, 2021
1 parent 6262a63 commit 27f9052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/dialogs/editorPreferencesDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ export class SeEditPrefsDialog extends HTMLElement {
if (e === 'chessboard') {
newdiv.dataset.bgColor = e;
// eslint-disable-next-line max-len
newdiv.style.backgroundImage = 'url(data:image/gif;base64,R0lGODlhEAAQAIAAAP///9bW1iH5BAAAAAAALAAAAAAQABAAAAIfjGgq4jM3IFLJgpswNly/XkcBpIiVaInlLJr9FZWAQA7)';
newdiv.style.backgroundImage = 'url(data:image/gif;base64,R0lGODlhEAAQAIAAAP///9bW1iH5BAAAAAAALAAAAAAQABAAAAIfjG+gq4jM3IFLJgpswNly/XkcBpIiVaInlLJr9FZWAQA7)';
newdiv.classList.add('color_block');
} else {
newdiv.dataset.bgColor = e; // setAttribute('data-bgcolor', e);
Expand Down

0 comments on commit 27f9052

Please sign in to comment.