#37 Clicking anywhere on the bottom bar (for example below the opacity button is displaying the “color popup”.)
This commit is contained in:
@@ -10,7 +10,7 @@ class PaintBox {
|
|||||||
constructor (container, type) {
|
constructor (container, type) {
|
||||||
// set up gradients to be used for the buttons
|
// set up gradients to be used for the buttons
|
||||||
const svgdocbox = new DOMParser().parseFromString(
|
const svgdocbox = new DOMParser().parseFromString(
|
||||||
`<svg xmlns="http://www.w3.org/2000/svg">
|
`<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22">
|
||||||
<rect
|
<rect
|
||||||
fill="#000000" opacity="1" width="22" height="22"/>
|
fill="#000000" opacity="1" width="22" height="22"/>
|
||||||
<defs><linearGradient id="gradbox_${PaintBox.ctr++}"/></defs>
|
<defs><linearGradient id="gradbox_${PaintBox.ctr++}"/></defs>
|
||||||
|
|||||||
Reference in New Issue
Block a user