mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -73,7 +73,6 @@ const TPL = `
|
||||
export default class ProtectedNoteSwitchWidget extends NoteContextAwareWidget {
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.overflowing();
|
||||
|
||||
this.$protectButton = this.$widget.find(".protect-button");
|
||||
this.$protectButton.on('click', () => protectedSessionService.protectNote(this.noteId, true, false));
|
||||
|
||||
Reference in New Issue
Block a user