Fix: let the checkerboard background style has pointer-events:none
This commit is contained in:
@@ -7205,7 +7205,7 @@ this.setBackground = function (color, url) {
|
|||||||
});
|
});
|
||||||
const div = document.createElement('div');
|
const div = document.createElement('div');
|
||||||
assignAttributes(div, {
|
assignAttributes(div, {
|
||||||
style: 'width:100%;height:100%;background-image:url(data:image/gif;base64,R0lGODlhEAAQAIAAAP///9bW1iH5BAAAAAAALAAAAAAQABAAAAIfjG+gq4jM3IFLJgpswNly/XkcBpIiVaInlLJr9FZWAQA7);'
|
style: 'pointer-events:none;width:100%;height:100%;background-image:url(data:image/gif;base64,R0lGODlhEAAQAIAAAP///9bW1iH5BAAAAAAALAAAAAAQABAAAAIfjG+gq4jM3IFLJgpswNly/XkcBpIiVaInlLJr9FZWAQA7);'
|
||||||
});
|
});
|
||||||
bgPattern.appendChild(div);
|
bgPattern.appendChild(div);
|
||||||
bg.append(bgPattern);
|
bg.append(bgPattern);
|
||||||
|
|||||||
Reference in New Issue
Block a user