mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 表格选中单元格后失焦报错(#35)
This commit is contained in:
parent
ef1876869c
commit
0bc2586de8
@ -260,7 +260,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
// 更新当前选中单元格的文本样式状态
|
// 更新当前选中单元格的文本样式状态
|
||||||
const updateTextAttrState = () => {
|
const updateTextAttrState = () => {
|
||||||
if (!handleElement.value) return
|
if (!handleElement.value || handleElement.value.type !== 'table') return
|
||||||
|
|
||||||
let rowIndex = 0
|
let rowIndex = 0
|
||||||
let colIndex = 0
|
let colIndex = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user