mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-16 20:18:10 +00:00
fix: 任务详情无法右键的问题
This commit is contained in:
parent
a0174cdedd
commit
57f4082cad
9
resources/assets/statics/public/js/tinymce/README.md
Normal file
9
resources/assets/statics/public/js/tinymce/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
## 修改了
|
||||
|
||||
`themes/silver/theme.js`、`themes/silver/theme.min.js`
|
||||
|
||||
加上,自定义弹窗z-index
|
||||
|
||||
```js
|
||||
if(typeof window.modalTransferIndex==="number"){dirAttributes.styles={'z-index':(window.modalTransferIndex+100).toString()}}
|
||||
```
|
||||
@ -4,4 +4,4 @@
|
||||
// require('tinymce/themes/mobile')
|
||||
// ES2015:
|
||||
// import 'tinymce/themes/mobile'
|
||||
require('./theme.js');
|
||||
require('./theme.js');
|
||||
|
||||
@ -4,4 +4,4 @@
|
||||
// require('tinymce/themes/silver')
|
||||
// ES2015:
|
||||
// import 'tinymce/themes/silver'
|
||||
require('./theme.js');
|
||||
require('./theme.js');
|
||||
|
||||
@ -29781,6 +29781,7 @@
|
||||
};
|
||||
var makeSinkDefinition = function () {
|
||||
var isGridUiContainer = eq(body(), uiContainer) && get$c(uiContainer, 'display') === 'grid';
|
||||
if(typeof window.modalTransferIndex==="number"){dirAttributes.styles={'z-index':(window.modalTransferIndex+100).toString()}}
|
||||
var sinkSpec = {
|
||||
dom: __assign({
|
||||
tag: 'div',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user