mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-13 16:23:11 +00:00
Build distribution
This commit is contained in:
parent
c5f97d69af
commit
0fc31d09c5
4 changed files with 4 additions and 4 deletions
2
dist/fabric.js
vendored
2
dist/fabric.js
vendored
|
|
@ -19833,7 +19833,7 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
|
|||
}
|
||||
else if (this.selectionEnd - this.selectionStart > 1) {
|
||||
// TODO: replace styles properly
|
||||
console.log('replacing MORE than 1 char');
|
||||
// console.log('replacing MORE than 1 char');
|
||||
}
|
||||
|
||||
this.selectionStart += _chars.length;
|
||||
|
|
|
|||
4
dist/fabric.min.js
vendored
4
dist/fabric.min.js
vendored
File diff suppressed because one or more lines are too long
BIN
dist/fabric.min.js.gz
vendored
BIN
dist/fabric.min.js.gz
vendored
Binary file not shown.
2
dist/fabric.require.js
vendored
2
dist/fabric.require.js
vendored
|
|
@ -19833,7 +19833,7 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
|
|||
}
|
||||
else if (this.selectionEnd - this.selectionStart > 1) {
|
||||
// TODO: replace styles properly
|
||||
console.log('replacing MORE than 1 char');
|
||||
// console.log('replacing MORE than 1 char');
|
||||
}
|
||||
|
||||
this.selectionStart += _chars.length;
|
||||
|
|
|
|||
Loading…
Reference in a new issue