mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -78,7 +78,6 @@ const TPL = `
|
||||
export default class NoteIconWidget extends NoteContextAwareWidget {
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.overflowing();
|
||||
this.$icon = this.$widget.find('button.note-icon');
|
||||
this.$iconList = this.$widget.find('.icon-list');
|
||||
this.$iconList.on('click', 'span', async e => {
|
||||
|
||||
Reference in New Issue
Block a user