mirror of
https://github.com/frappe/books.git
synced 2024-12-23 11:29:03 +00:00
fix: Window draggable from PageHeader
This commit is contained in:
parent
b9e52917be
commit
2cac5f1a8c
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mt-4 px-8 flex justify-between items-center">
|
<div class="mt-4 px-8 flex justify-between items-center window-drag">
|
||||||
<slot name="title" />
|
<slot name="title" />
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<slot name="actions" />
|
<slot name="actions" />
|
||||||
|
Loading…
Reference in New Issue
Block a user