зеркало из https://github.com/mozilla/pjs.git
Fixed Insert Table dialog to not insert if properties are not valid
This commit is contained in:
Родитель
47ada8b71e
Коммит
38f7e609e4
|
@ -151,10 +151,9 @@ function onOK()
|
|||
}
|
||||
}
|
||||
}
|
||||
// Don't delete selected text when inserting
|
||||
editorShell.InsertElement(tableElement, false);
|
||||
return true;
|
||||
}
|
||||
|
||||
// Don't delete selected text when inserting
|
||||
editorShell.InsertElement(tableElement, false);
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче