mirror of
https://github.com/makeplane/plane.git
synced 2025-12-28 16:06:33 +01:00
[WEB-436] chore: added h4 to h6 heading options (#4304)
* chore: added h4 to h6 heading options * fix: build errors
This commit is contained in:
committed by
GitHub
parent
49a6c9582c
commit
84fd1dca4b
@@ -225,6 +225,9 @@ function DragHandle(options: DragHandleOptions) {
|
||||
dragHandleElement.addEventListener("click", (e) => {
|
||||
handleClick(e, view);
|
||||
});
|
||||
dragHandleElement.addEventListener("contextmenu", (e) => {
|
||||
handleClick(e, view);
|
||||
});
|
||||
|
||||
dragHandleElement.addEventListener("drag", (e) => {
|
||||
hideDragHandle();
|
||||
|
||||
Reference in New Issue
Block a user