From 27f9052321ea354a5de5ede901413edd223e1783 Mon Sep 17 00:00:00 2001 From: agriyadev5 Date: Thu, 7 Jan 2021 19:42:24 +0530 Subject: [PATCH] Fixes #53: 4th option for the background fixed --- src/editor/dialogs/editorPreferencesDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/dialogs/editorPreferencesDialog.js b/src/editor/dialogs/editorPreferencesDialog.js index c3e45838..dc9c34c7 100644 --- a/src/editor/dialogs/editorPreferencesDialog.js +++ b/src/editor/dialogs/editorPreferencesDialog.js @@ -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);