New icons and types

This commit is contained in:
barsdeveloper
2022-11-16 23:01:57 +01:00
parent 704049c869
commit 8e2f44bd0d
22 changed files with 324 additions and 111 deletions

View File

@@ -22,7 +22,8 @@ export default class LinearColorPinTemplate extends PinTemplate {
#launchColorPickerWindow =
/** @param {MouseEvent} e */
e => {
//e.preventDefault()
e.preventDefault()
this.element.blueprint.setFocused(true)
this.#window = /** @type {WindowElement} */ (
new (ElementFactory.getConstructor("ueb-window"))({
type: ColorPickerWindowTemplate,