novo-elements 7.9.0-next.1 → 7.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -50726,7 +50726,7 @@ class QuickNoteElement extends OutsideClick {
|
|
|
50726
50726
|
this._placeholderElement = document.createElement('div');
|
|
50727
50727
|
this._placeholderElement.className = 'placeholder';
|
|
50728
50728
|
this._placeholderElement.style.cssText =
|
|
50729
|
-
'margin: 20px; color: #AAAAAA; font-family: sans-serif; font-size: 13px; line-height: 20px; position: absolute; top: 0';
|
|
50729
|
+
'margin: 20px; color: #AAAAAA; font-family: sans-serif; font-size: 13px; line-height: 20px; position: absolute; top: 0; pointer-events: none';
|
|
50730
50730
|
this._placeholderElement.textContent = this.placeholder;
|
|
50731
50731
|
}
|
|
50732
50732
|
return this._placeholderElement;
|