mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 05:45:33 +00:00
Fixed Insert Table dialog to not insert if properties are not valid
This commit is contained in:
parent
b0ef8d73d4
commit
8739b154d3
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user