Asif Maknojiya
Results
2
comments of
Asif Maknojiya
For me the bug appears in chrome when changing editor mode to source and setting new data with event.editor.setData ```javascript editor.on('beforeSetMode', function(event) { var commentData; if ( event.data == 'source'...
Although the string passed (`tableStyle="min-width: 50rem"`) works in dev mode but when we build for production it gives error. tableStyle requires object or undefined as the error says. I changed...