mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
Annotation styles
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
import "./site.css";
|
||||
|
||||
import Trix from "trix";
|
||||
|
||||
// Disable file attachments in Trix editor
|
||||
document.addEventListener("trix-file-accept", (event) => {
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
import { FilterPill } from "./filter-pill.js";
|
||||
import { FilterList } from "./filter-list.js";
|
||||
import { ScrollButton } from "./scroll-button.js";
|
||||
|
||||
Reference in New Issue
Block a user