fix clipboard if no tooltip
This commit is contained in:
@@ -71,6 +71,9 @@ class Clipboard extends ScriptFeature
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->control = $control;
|
$this->control = $control;
|
||||||
|
if ($this->control instanceof Scriptable) {
|
||||||
|
$this->control->setScriptEvents(true);
|
||||||
|
}
|
||||||
|
|
||||||
if ($this->value !== null) {
|
if ($this->value !== null) {
|
||||||
$this->setValue($this->value);
|
$this->setValue($this->value);
|
||||||
|
Reference in New Issue
Block a user