mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
note paths is now on the left side and showing current path
This commit is contained in:
@@ -55,7 +55,12 @@ class BasicWidget extends Component {
|
||||
}
|
||||
|
||||
for (const key in this.attrs) {
|
||||
$widget.attr(key, this.attrs[key]);
|
||||
if (key === 'style') {
|
||||
$widget.attr(key, $widget.attr('style') + ';' + this.attrs[key]);
|
||||
}
|
||||
else {
|
||||
$widget.attr(key, this.attrs[key]);
|
||||
}
|
||||
}
|
||||
|
||||
for (const className of this.classes) {
|
||||
|
||||
Reference in New Issue
Block a user