chore: minor fix
This commit is contained in:
parent
42a236d9c8
commit
d6a6c16fdf
@ -519,7 +519,7 @@ export default class CellManager {
|
|||||||
promise = valuePromise.then((value) => {
|
promise = valuePromise.then((value) => {
|
||||||
const oldValue = this.getCell(colIndex, rowIndex).content;
|
const oldValue = this.getCell(colIndex, rowIndex).content;
|
||||||
|
|
||||||
if (oldValue === value) return;
|
if (oldValue === value) return false;
|
||||||
|
|
||||||
const done = editor.setValue(value, rowIndex, col);
|
const done = editor.setValue(value, rowIndex, col);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user