Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

UEditor嵌套表格出错。 #3235

Open
wants to merge 22 commits into
base: dev-1.5.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _examples/completeDemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
ue.addListener('ready',function(){
this.focus()
});
ue.addListener("showDragPopup",function(type,table){
// console.log("over");
});
ue.addListener("hideDragPopup",function(type,table){
// console.log("out");
});
function createEditor(){
enableBtn();
UE.getEditor('editor')
Expand Down
Loading